Latest Articles

xib教程

https://www.cnblogs.com/ulovewb/p/5204488.html

Read more »

ios push功能远程注册不触发

[[UIApplication sharedApplication] registerForRemoteNotifications];无效,不触发对应的代理,解决办法:关掉wifi使用蜂窝数据

Read more »

xcode 突然没有代码提示了

遇到过一次,忘了,好像是删除drivedata。这次却始终无效果,后来找了一个说法,修改workspace settings 里的 drivedata 为相对于项目的,可以了。

Read more »

解决一个好久的布局问题

implementation CountrySelectionViewController {     CountryTableAdapter *_adapter; } -(void)viewWillAppear:(BOOL)animated {     [super viewWillAppear:...

Read more »

ios dev cer导入 选择登录而不是本地项目

cer加入钥匙串报错 -25294,选择登录可以

Read more »

iOS Auto Layout 的布局时机

  这段代码无效[self setupScrollView];    self.thirdChildVC = [[CreateYugangTab1ViewController alloc] init];[self.thirdChildVC.view setFrame:self.scrollView....

Read more »
Page 1 / 1

Categories