IPhone : Adding TableFooterView makes my other views Disappear

on Thursday, March 26, 2015

My first problem that i had was that my last UITableViewCell never had a separator which i wanted. I solved it using this code:



self.tableView.tableFooterView = [[UIView alloc] init];


Now that worked perfectly however with one problem. when i add that all my other views disappear. Here is a picture of before i use the one line of code above and after:


enter image description here


enter image description here


How can i fix this?


0 comments:

Post a Comment