摘要:
开发APP过程中,碰到这种类似 "[xx retain]: message sent to deallocated instance" 问题,令人十分头痛;是很难找到哪里内存泄露了,使用方法 Command + Shift + B 分析内存泄露已经不能满足我们的需要。 这种情况下,使用 Instru 阅读全文
摘要:
状态栏,默认为黑色,改为白色步骤: 1.在info.plist中添加键值对: <key>UIViewControllerBasedStatusBarAppearance</key> <false/> 2.添加代码:(添加到什么位置,根据你的需求)[[UIApplication sharedAppli 阅读全文