I'm targeting iPhone 4 and iPhone 5, so I want my view to take as much available space as possible. For example, I want the the table view to take the remaining space according to iPhone 4 and iPhone 5 screen.
Is there any option (Storyboard or code) so that I can do this? Like Height="*"
in XAML or weight
in Android.
enale autolayout like this
& write below code
self.tableView.autoResizingMasks=UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth