polydice / ICInputAccessory

A customized token text field used in the iCook app.
http://polydice.com/ICInputAccessory/
MIT License
52 stars 18 forks source link

Change cornerRadius of ICInsetLabel #23

Open OuSS-90 opened 6 years ago

OuSS-90 commented 6 years ago

How to change cornerRadius of ICInsetLabels ?? I found that changing it in class to .dynamic work, but how to change it from my view controller ?

bcylin commented 6 years ago

Unfortunately, the corner radius of labels is not publicly accessible at this moment. One possible solution might be making the enum CornerRadius public and setting it via an ICTokenField property like the rest configurations. Would you like to create a pull request for this?