You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched sublabel size calculation to use UILabel's sizeThatFits: method, rather than calculating it manually with NSAttributedString's boundingRectWithSize:options:context:. This should hopefully give sizing exactly like a normal UILabel would.
Removed device orientation monitoring, as it doesn't work with iOS 8.1, and no longer seemed to be necessary anyway. The other changes of v2.0 seem to fix the "hyper speed" scrolling issue that lead to needing to do that.