会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
折半
半折
博客园
首页
新随笔
联系
管理
订阅
08 2015 档案
iOS: NSSortDescriptor 集合排序
摘要:NSSortDescriptor是专门用来排序的描述符。可以用来排序NSSet,NSDictionary,NSArray.主要方法:1. - (instancetype_Nonnull)initWithKey:(NSString* _Nullable)keyPathascending:(BOOL)a...
阅读全文
posted @
2015-08-23 11:38
折半
阅读(839)
评论(0)
推荐(0)
ios: push viewcontroller 时出现Presenting view controllers on detached view controllers is discouraged 警告
摘要:原因: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)
公告