Problem seems to be funny, but it is not such obvious as we cannot set view height directly. So in:
1 |
- (void)viewDidLoad |
just add:
1 |
self.preferredContentSize = CGSizeMake(0, 300); |
Problem seems to be funny, but it is not such obvious as we cannot set view height directly. So in:
1 |
- (void)viewDidLoad |
just add:
1 |
self.preferredContentSize = CGSizeMake(0, 300); |