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
First point is about "view - configuration" protocol. We don't use the term "view", and the methods in this protocol fit well in "api - layout", where padding: and margin: are (they expose layout constraints' API) :
The text was updated successfully, but these errors were encountered:
There are other methods that expose layout constraints' API that could be in "api - layout" protocol: position, size, width, height. These methods are categorized in "api - bounds" protocol.
tinchodias
changed the title
BlElement: rename "view - configuration" protocol
BlElement: Review layout-related protocols and API
Feb 12, 2025
First point is about "view - configuration" protocol. We don't use the term "view", and the methods in this protocol fit well in "api - layout", where
padding:
andmargin:
are (they expose layout constraints' API) :The text was updated successfully, but these errors were encountered: