07 2013 档案

摘要:linker command failed with exit code一般是缺少 .a文件导致的或者没有引入,找到Build settings->Linking->Other Linker Flags,将此属性修改成-all_load再或者是文件重复了 阅读全文
posted @ 2013-07-22 12:01 wei8 阅读(175) 评论(0) 推荐(0)
摘要:选中cell//选中第一分区的第一个cell 也可指定其它 cell[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:NO scrollPosition:UITableViewScrollPositionNone];//取消选中状态[tableView deselectRowAtIndexPath:indexPath animated:NO]; cell 颜色 1.系统默认的颜色设置1 //无色2 cell.selectionStyle=UITableViewCel 阅读全文
posted @ 2013-07-22 11:53 wei8 阅读(275) 评论(0) 推荐(0)