摘要:
报错一 :The provisioning profile specified in your build settings (“TendaCameraAppStore”) has an AppID of “com.apicam.TendaCamera” which does not match y... 阅读全文
摘要:
Google之iOS 7 教程:让程序同时支持iOS 6和iOS 7,找到答案。在iOS 7中,苹果引入了一个新的属性,叫做[UIViewController setEdgesForExtendedLayout:],它的默认值为UIRectEdgeAll。当你的容器是navigation contr... 阅读全文
摘要:
转载:http://www.cnblogs.com/YouXianMing/p/3989155.html 阅读全文
摘要:
1.关于UIButton传值的switch判断,如下我们会发现OC中id类型在编译器中不能使用点语法switch(sender.tag)解决方案:可使用get方法switch([sender tag])2.对于cocoaPods中途添加框架的错误由于中途添加,可能此时项目已经存在好几个版本,比如:p... 阅读全文
摘要:
https://wordpress-xiaominfc.rhcloud.com/?p=22#comment-12 阅读全文
摘要:
转载于:http://my.oschina.net/meilidashijie/blog/99533 1 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la... 阅读全文
摘要:
1, 以iPhone5s为根基的代码自动布局后续版本全适配.扩展链接(关于iPhone的各版本像素点以及iOS8,Xcode6的一些描述):http://www.cocoachina.com/ios/20140912/9601.html(1)引入数据iPhone4s 480/320 ——— 1.... 阅读全文
摘要:
索引:如何快速正确的安装 Ruby, Rails 运行环境https://ruby-china.org/wiki/install_ruby_guide安装使用教程http://code4app.com/article/cocoapods-install-usage扩展链接:http://www.v2... 阅读全文
摘要:
1.iOS开发延时操作最直接的方法performSelector:withObject:afterDelay: 这种方法的缺点:每次要为延时写一个方法 [self performSelector:@selector(chooseJump) withObject:nil afterDelay:1.5f... 阅读全文