WSTagsField
WSTagsField copied to clipboard
Interface Builder (Storyboard) support
can i use WSTagsField using storyboard
@sahabe1 It isn't possible right now but we will have this in mind. Thank you.
@ricardopereira Any update on this?
Something to be done, unfortunately.
You can add a ScrollView in the storyboard and just set the custom class (on the Identity inspector) as WSTagsField.
You will still have to do the configuration part in code but it's nice to don't have the addSubview() part in code :)