quemb / QMBTabs

Tab View Controller just like Safari or mobile Chrome
MIT License
124 stars 21 forks source link

Don't call layoutSubviews directly #12

Open vkaramov opened 10 years ago

vkaramov commented 10 years ago

From Apple docs: "You should not call this method directly. If you want to force a layout update, call the setNeedsLayout method instead to do so prior to the next drawing update. If you want to update the layout of your views immediately, call the layoutIfNeeded method."