TB_PeriscopePTR
TB_PeriscopePTR copied to clipboard
heightForRowAtIndexPath not called
// Set the CustomNavigationBar as delegate for a UIScrollView
func setupPulltoRefresh(scrollView:UIScrollView){
if let navbar = self.customNavigationBar(){
scrollView.delegate = navbar
}
}
the method not called
override func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat {
return 300
}