2016年3月30日

iOS开发——delegate的相关警告

摘要: 警告:Assigning to 'id<...Delegate>' from incompatible type '...ViewController *const_strong' 解决方法:在viewcontroller.m文件中,将@interface ViewController (),改为@ 阅读全文

posted @ 2016-03-30 17:30 乱七八糟21号 阅读(330) 评论(0) 推荐(0)

iOS开发——modifying the autolayout engine from a background thread

摘要: 很多时候,我们需要用到多线程的东西,比如红外线检测是否有人经过。这种情况需要搞个子线程在后台不断的检测,这个线程可能是第三方提供的,你调用它给的方法,然后显示提示框的时候,问题就来了。 提示信息:This application is modifying the autolayout engine 阅读全文

posted @ 2016-03-30 14:50 乱七八糟21号 阅读(714) 评论(0) 推荐(0)

导航