Description of the problem: with iOS 7 in grouped UITableView there is a gap between the top of the table view and the first cell.
UITableView
The strange part is th
I am working with Xcode 7.3.1, iOS9, and swift 2. I would like to share what worked for me:
Xcode 7.3.1
iOS9
swift 2
Just add this in you ViewDidLoad method
ViewDidLoad
self.automaticallyAdjustsScrollViewInsets = false;