上一页 1 ··· 4 5 6 7 8

2015年11月4日

摘要: 1、打开其他应用 appURLStr = "cwork://app_id?title=xxx&content=xxx" [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appURLStr]]; 需要对方应用在Inf... 阅读全文
posted @ 2015-11-04 11:37 I'm new 阅读(2074) 评论(0) 推荐(0) 编辑
 

2015年10月28日

摘要: 如题,有时显示UITableView多出部分在页面时,下面会显示处多出的行,此时应该在UITableView初始化时设置为Group if (_tableView == nil) { _tableView = [[UITableView alloc] initWithFrame:... 阅读全文
posted @ 2015-10-28 18:16 I'm new 阅读(194) 评论(0) 推荐(0) 编辑
 
摘要: 如题,在创建ContentView的时候,例子如下NSString *viewClassName = NSStringFromClass([self class]);viewClassName = [viewClassName stringByReplacingOccurrencesOfStrin... 阅读全文
posted @ 2015-10-28 11:09 I'm new 阅读(156) 评论(0) 推荐(0) 编辑
 
摘要: IOS 7 以上系统导航栏:[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; // 返回按钮颜色[UINavigationBar appearance].barTintColor = YK_BUTTON_COLOR; ... 阅读全文
posted @ 2015-10-28 10:58 I'm new 阅读(255) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 4 5 6 7 8