WSTagsField icon indicating copy to clipboard operation
WSTagsField copied to clipboard

Interface Builder (Storyboard) support

Open sahabe1 opened this issue 8 years ago • 4 comments

can i use WSTagsField using storyboard

sahabe1 avatar Apr 22 '17 11:04 sahabe1

@sahabe1 It isn't possible right now but we will have this in mind. Thank you.

ricardopereira avatar Apr 23 '17 07:04 ricardopereira

@ricardopereira Any update on this?

hardikamal avatar Nov 07 '18 08:11 hardikamal

Something to be done, unfortunately.

ricardopereira avatar Nov 07 '18 10:11 ricardopereira

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 :)

omerCoosto avatar Jan 23 '19 14:01 omerCoosto