Skip to content
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

Closed
delebedev opened this issue Apr 18, 2015 · 5 comments
Closed

IBInspectable support? #34

delebedev opened this issue Apr 18, 2015 · 5 comments

Comments

@delebedev
Copy link

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.

@delebedev
Copy link
Author

UPD: looking at the code it would be not so easy:) Because a lot of properties have custom getters/setters

@danielgindi
Copy link
Collaborator

It's easy to make it IBDesignable, but it won't help you see actual data as the DataSet is set separately...

@delebedev
Copy link
Author

@danielgindi but I'm speaking about IBInspectable, it will allow to tweak graph properties from Interface BUilder

@danielgindi
Copy link
Collaborator

IBInspectable and IBDesignable are the two parts of the same thing.
Again, it will not allow you to define a dataset and see the changes

@davecom
Copy link

davecom commented Jun 13, 2015

Daniel,
We're not necessarily talking about the data set - just general look & feel properties of the graph. It would be much more convenient to be able to manipulate them in IB instead of having to dig into the (you must admit) fairly massive API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants