2018年3月23日
摘要: 1.跳转到AppStore评分 应用地址是关键:IOS 设备,手机搜索应用,拷贝链接 NSString *appStr =@"https://itunes.apple.com/cn/app/%E9%91%AB%E5%AE%A2%E9%80%9A/id1227457584?mt=8""; [[UIAp 阅读全文
posted @ 2018-03-23 19:06 强者VS弱者 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1.改变searchbar的searchField属性 UITextField *searchField = [searchbar valueForKey:@"searchField"]; if (searchField) { // 背景色 [searchField setBackgroundCol 阅读全文
posted @ 2018-03-23 16:55 强者VS弱者 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1.去除所有的分割线 table.separatorStyle = UITableViewCellSelectionStyleNone; 2.去除指定某一行的分割线 cell.separatorInset = UIEdgeInsetsMake(0, width_w, 0, 0); 阅读全文
posted @ 2018-03-23 10:34 强者VS弱者 阅读(216) 评论(0) 推荐(0) 编辑