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
Setting HorizontalInset/VerticalInset doesn't resize the control due to layoutScrollView and other methods not being called. Setting the default values and recompiling is the solution for me for now.
I'm not an objective-C expert though, if I were doing this in C# i'd do a getter/setter property and call the layoutMethods() again whenever it was set. I'd like to write a patch but I'm not really sure the best way to do this in obj-c.
The text was updated successfully, but these errors were encountered:
Setting HorizontalInset/VerticalInset doesn't resize the control due to layoutScrollView and other methods not being called. Setting the default values and recompiling is the solution for me for now.
I'm not an objective-C expert though, if I were doing this in C# i'd do a getter/setter property and call the layoutMethods() again whenever it was set. I'd like to write a patch but I'm not really sure the best way to do this in obj-c.
The text was updated successfully, but these errors were encountered: