摘要:
新的Xcode 如果更新了provisioning profile文件之后,编译工程时会出现错误:CodeSign error: no provisioning profile at path '/Users/XXX/Library/MobileDevice/Provisioning Profile... 阅读全文
摘要:
有个很恶心的东西;当你的navigationController.navigationBar是Hidden的时候,用self.navigationController.navigationBar.barStyle = UIStatusBarStyleLightContent;设置是无效的。解决办法是... 阅读全文
摘要:
如果B继承A B中引用了A 也找得到文件 这个时候编译报错:can not find interface declaration for...那么有可能是A中也引用了B 造成的交叉引用错误 ~ 阅读全文
摘要:
[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"homeIcon@2x" ofType:@"png"]] 这样是OK的[UIImage imageWithContentsOfFile:[[NSBund... 阅读全文
摘要:
registerForRemoteNotificationTypes:isnotsupportediniOS8.0andlater.appDelegate.mdidFinishLaunchingWithOptions:#ifdef__IPHONE_8_0//这里主要是针对iOS8.0,相应的8.1,... 阅读全文
摘要:
最近在做iPhone6的适配,练习autolayout的Demo运行时发现5s(7.0系统)跑起来屏幕缩小了,像5刚出来时App没适配那样。当时是launchimage加了个5的分辨率图进去就好了,但是又想Xcode6不是要用xib了么?后来网上查了一下才知道:Xcode6 是在launchImag... 阅读全文
摘要:
Select the ViewController then from the XCode menu:Editor --> Resolve Auto Layout issues --> Add missing constraints in View Controller或者storyboard 右下... 阅读全文
摘要:
用Xcode6运行会发现log提示:registerForRemoteNotificationTypes:isnotsupportediniOS8.0andlateriOS8haschangednotificationregistrationinanon-backwardscompatibleway... 阅读全文