一,昨天老高上课问我。
“忘了”。
tableViewHeader
func tableView(tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
tableViewHeaderHeight
func tableView(tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
二,不会
textField 的 leftView
//左边的搜索图片
let imgView = UIImageView.createImageView("search1")
imgView.frame = CGRectMake(0, 0, 24, 24)
textField.leftView = imgView
textField.leftViewMode = .Always