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
On a new project, i am using this library via Carthage, but apparently when you use carthage there is no possibility to make the interface builder show the designable variables.
Some people propose subclassing the library classes but on this one i think is not possible to override the cornerRadius and border attributes.
The thing is that you'll have to do that for every view you'll use on your project (RoundedView, RoundedButton, RoundedImage, etc). Another thing you can try is to set the radiusMultiplier and the other properties using User Defined Runtime Attributes but keep in mind that using it that way you won't see the final result in interface builder.
I'm going to close this since it looks like there's nothing we can do from our side, if you find out about something that can be done feel free to open it again.
Hello,
On a new project, i am using this library via Carthage, but apparently when you use carthage there is no possibility to make the interface builder show the designable variables.
Some people propose subclassing the library classes but on this one i think is not possible to override the cornerRadius and border attributes.
Reference: here
What do you think? could it be possible to make something similar to use it with Carthage instead of cocoapods?
Thanks for this awesome project!
The text was updated successfully, but these errors were encountered: