iOS小技巧總結,絕對有你想要的

原文 在這裏總結一些iOS開發中的小技巧,能大大方便我們的開發,持續更新。 UITableView的Group樣式下頂部空白處理 1 2 3 //分組列表頭部空白處理 UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 0.1)]; self.tableView.tableHeaderView = view; UITab
相關文章
相關標籤/搜索