2017年2月27日

iPhone屏幕尺寸、分辨率及适配

摘要: 1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角线 Diagonal 逻辑分辨率(point) Scale Factor 设备分辨率(pixel) PPI 3GS 2.4 inches (62.1 mm) 4.5 inches (115.5 mm) 3.5-inc 阅读全文

posted @ 2017-02-27 16:56 codemaker313 阅读(568) 评论(0) 推荐(0) 编辑

iOS 判断输入是否全是空格

摘要: 1 - (BOOL)isEmpty:(NSString *) str 2 { 3 if (!str) 4 { 5 return true; 6 } 7 else 8 { 9 NSCharacterSet *set = [NSCharacterSet whitespaceAndNewlineCharact... 阅读全文

posted @ 2017-02-27 13:28 codemaker313 阅读(206) 评论(0) 推荐(0) 编辑

导航