guilhermearaujo / GUITabPagerViewController

MIT License
454 stars 69 forks source link

header view mixed with the status bar when the viewController is not in a container #12

Closed scplwq closed 7 years ago

scplwq commented 9 years ago

Perhaps it was caused by this sentence in GUITabScrollView.m : [contentView setTranslatesAutoresizingMaskIntoConstraints:NO]. it fixed after i delete it.

And the header view doesn't show well when rotation changed.

sorry for my poor english

mariospoly commented 9 years ago

After deleting this line it worked. Thanks.