Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

What are underscored subview names for? #32

Open
trusktr opened this issue Dec 9, 2018 · 0 comments
Open

What are underscored subview names for? #32

trusktr opened this issue Dec 9, 2018 · 0 comments

Comments

@trusktr
Copy link

trusktr commented Dec 9, 2018

I see a check in the Famous AutoLayoutController for

if ((key.indexOf('_') !== 0) && (subView.type !== 'stack')) {

(here)

Why does it check for the underscore? I don't see it in the docs. Maybe the data structure should have a more meaningful property like type for that purpose, instead of relying on a string prefix?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant