how to remove empty space before cell
a) Programmatically
Add this to i.e.
viewDidLoad
self.automaticallyAdjustsScrollViewInsets = false
b) Interface Builder
- Select the view controller
- Open Attributes inspector
viewDidLoad
self.automaticallyAdjustsScrollViewInsets = false
b) Interface Builder
navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default ) navigat...
No comments:
Post a Comment