随笔分类 -  写写代码

嘛,希望多学些东西……
摘要:来自:http://www.xiaojiayi.com/2012/12/03/%E5%8E%BB%E9%99%A4grouped-uitableview%E7%9A%84%E8%BE%B9%E6%A1%86%E4%B8%8E%E8%83%8C%E6%99%AF/viewDidLoad中,self.tableView.backgroundView = nil; //去除table背景[self.tableView setSeparatorColor:[UIColor clearColor]]; //去除边框cell创建过程中,[cell setBackgroundColor:[UIColor c 阅读全文
posted @ 2013-04-25 20:46 zysyyz 阅读(301) 评论(0) 推荐(0)
摘要:NSString * str = @"ILikeThisApple"; NSString * subStr = @"This"; NSRange range = [str rangeOfString:subStr]; NSLog(@"%d %d", range.location, range.length); 阅读全文
posted @ 2013-04-23 18:34 zysyyz 阅读(144) 评论(0) 推荐(0)