摘要:
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弱者
阅读(175)
评论(0)
推荐(0)
摘要:
1.改变searchbar的searchField属性 UITextField *searchField = [searchbar valueForKey:@"searchField"]; if (searchField) { // 背景色 [searchField setBackgroundCol 阅读全文
posted @ 2018-03-23 16:55
强者VS弱者
阅读(313)
评论(0)
推荐(0)
摘要:
1.去除所有的分割线 table.separatorStyle = UITableViewCellSelectionStyleNone; 2.去除指定某一行的分割线 cell.separatorInset = UIEdgeInsetsMake(0, width_w, 0, 0); 阅读全文
posted @ 2018-03-23 10:34
强者VS弱者
阅读(231)
评论(0)
推荐(0)
浙公网安备 33010602011771号