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
But it already does that. Just use AutoWidth or AutoHeight for the views that have an intrinsic size.
E.g.: imageView.anchorToEdge(.top, padding: 20, width: AutoWidth, height: AutoHeight)
Most elements (like
UILabel
) have anintrinsicContentSize
. Is it possible to extend Neon to use this automatically?The text was updated successfully, but these errors were encountered: