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