Swift: How to use static cell in dynamic UITableView
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: static dynamic dynamic dynamic .. .. dynamic I've a dynamic table list with dynamic content. At the top of list, I need a static cell. And trying to add a Label in my static cell to try features. My static cell's identifier is: firstCell Dynamic cell's identifier is: cell override func numberOfSectionsInTableView(tableView: UITableView) -> Int { // #warning Potentially incomplete method implementation. // Return the number of sections. return 1 } override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int { //