摘要:
使UITableView最上面留出UINavigationBar空间的两种方法使UINavigationBar透明,TableView在其下面,可以扩大UITableView的视野.1) UIView *headerView = [[UIView alloc] initWithFrame: CGRectMake(0, 0, 320, 44)]; m_tableView.tableHeaderView = headerView;2) m_tableView.contentInset = UIEdgeInsetsMake(44, 0, 0, 0); m_tableView.scrollIndica 阅读全文
posted @ 2011-06-30 09:42
禚来强
阅读(1182)
评论(0)
推荐(0)
浙公网安备 33010602011771号