Dynamic viewForHeaderInSection and multiple cellForRowAtIndexPath
问题 I'm trying to make a custom cell to be the Section of my cells: For this I'm overriding some functions like: numberOfRowsInSection viewForHeaderInSection heightForHeaderInSection And I'm working with multiple cellForRowAtIndexPath I'm using a if indexPath.row to identify the Cell and populate them in a dynamic way. import UIKit class TesteTableViewController: PFQueryTableViewController { override func preferredStatusBarStyle() -> UIStatusBarStyle { return UIStatusBarStyle.LightContent }