08 2015 档案

摘要:NSSortDescriptor是专门用来排序的描述符。可以用来排序NSSet,NSDictionary,NSArray.主要方法:1. - (instancetype_Nonnull)initWithKey:(NSString* _Nullable)keyPathascending:(BOOL)a... 阅读全文
posted @ 2015-08-23 11:38 折半 阅读(839) 评论(0) 推荐(0)
摘要:原因:a,b,c 三个viewcontroller,a作为根视图,b.view 添加到a上,在b中模态(presentViewController)弹出c. 这种情况就会出现标题的警告解决方法:1.[self.view.window.rootViewControllerpresentViewCo... 阅读全文
posted @ 2015-08-16 19:03 折半 阅读(5197) 评论(1) 推荐(0)