摘要:
★27个iOS开发中的小技巧 1、不想让TableView显示无用的Cell分割线怎么办? self.tableView.tableFooterView = [[UIView alloc] init]; 2、自定义了leftBarbuttonItem左滑返回手势失效了怎么办? self.navigationItem.leftBarButtonItem = [[UIBarButtonIt... 阅读全文
posted @ 2016-04-21 11:10
程序员不圆
阅读(308)
评论(0)
推荐(0)