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
I have having some problems when changing the height and segmentPadding after the view has been placed. I have to resize a bit in landscape, but the view is not changing at all. I even tried calling setNeedsDisplay: on it.
Other than that, it is working great. Keep up the good work.
The text was updated successfully, but these errors were encountered:
Indeed, I was aware of this but decided there wouldn't be a use case where you'd be changing the height/padding once the view is added. Totally forgot about orientation change. Will get this fixed shortly, thanks!
I have having some problems when changing the height and segmentPadding after the view has been placed. I have to resize a bit in landscape, but the view is not changing at all. I even tried calling setNeedsDisplay: on it.
Other than that, it is working great. Keep up the good work.
The text was updated successfully, but these errors were encountered: