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 usually use method #1 when I want to calculate the size of a view with a fixed width and maximum height, just like a 'UILabel'.
However, when I tried to do this in flexlayout, the only thing that worked was CGFloat.nan.
Am I doing something wrong? If not, I think I need to modify the logic in the library.
The text was updated successfully, but these errors were encountered:
I usually use method #1 when I want to calculate the size of a view with a fixed width and maximum height, just like a 'UILabel'.
However, when I tried to do this in flexlayout, the only thing that worked was CGFloat.nan.
Am I doing something wrong? If not, I think I need to modify the logic in the library.
The text was updated successfully, but these errors were encountered: