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
Hi,
I am trying to implement something like the TagListView (https://github.com/ElaWorkshop/TagListView).
I am thinking of using ASCellNode and adding ASButtonNodes. But how do I limit the tags to only one line? Do I keep looping on each addition of the tag button until I find that the size has extended to the second line? And do I do it in the layoutSpecThatFits() method? Will there be a performance penalty?
Thanks,
Dicky
The text was updated successfully, but these errors were encountered:
Hey @dickyj the core team can't field questions like this unfortunately. There's a ton of smart people helping one another apply Texture in the #general channel of the Texture slack team.
Hi,
I am trying to implement something like the TagListView (https://github.com/ElaWorkshop/TagListView).
I am thinking of using ASCellNode and adding ASButtonNodes. But how do I limit the tags to only one line? Do I keep looping on each addition of the tag button until I find that the size has extended to the second line? And do I do it in the layoutSpecThatFits() method? Will there be a performance penalty?
Thanks,
Dicky
The text was updated successfully, but these errors were encountered: