09 2016 档案

摘要:1.NSString [a hasPrefix: ] [a hasSuffix:] 判断开头和结束是否包含.... 2.数组排序(对象属性) NSArray *emparray=[empArr sortedArrayUsingComparator:^NSComparisonResult(TXLInf 阅读全文
posted @ 2016-09-07 10:36 YuFly 阅读(184) 评论(0) 推荐(0)
摘要:1.字符串直接赋值在block中不能用 lHtml1=[NSString stringWithFormat:@"【%@】%@:\n%@",self.appNameString,self.titleLabel.text,self.urlString]; 要给其分配地址才行 lHtml1 = [[NSS 阅读全文
posted @ 2016-09-06 10:34 YuFly 阅读(165) 评论(0) 推荐(0)
摘要:Icon尺寸 58*58、87*87、80*80、120*120、180*180、1024*1024(AppStore需要),这些icon不要圆角 AppStore 截图尺寸 iPhone: iphone4 : 640x960 或者 960x640 phone5 640 x 1136或者1136 x 阅读全文
posted @ 2016-09-02 10:07 YuFly 阅读(376) 评论(0) 推荐(0)