I am taking a self-paced iOS course and doing a project. The sample code is written in swift and it is 2-year-old. I managed covert it to swift 3 but there is one problem left: the view does not spread over the entire screen. It only use 80% of the screen.
I suspect it is due to the code is originally designed for iPhone 5, and I am running it on iPhone 6s.
What I have checked:
- reset constraints
- reset frames
- clean all warnings
- on storyboard, there is only 1 table view with 4 constraints. Aspect Fill.
My question: What else should I check?