-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBInspectable support? #34
Comments
UPD: looking at the code it would be not so easy:) Because a lot of properties have custom getters/setters |
It's easy to make it IBDesignable, but it won't help you see actual data as the DataSet is set separately... |
@danielgindi but I'm speaking about IBInspectable, it will allow to tweak graph properties from Interface BUilder |
IBInspectable and IBDesignable are the two parts of the same thing. |
Daniel, |
There are a lot simple properties (like BOOLs for configuring lineChart) that can be easily tweaked from interface builder.
http://nshipster.com/ibinspectable-ibdesignable/
What do you think? I can submit a pull-request if the idea works for you.
The text was updated successfully, but these errors were encountered: