Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Add a converter for simple String values #46

Open
barteljan opened this issue Aug 12, 2015 · 1 comment
Open

Add a converter for simple String values #46

barteljan opened this issue Aug 12, 2015 · 1 comment

Comments

@barteljan
Copy link

It would be nice if you can insert simple NSStrings to UIAppeareance.

Something like:

{
"ExampleView":{
"fontName" :"Optima-Italic",
}
}

For the following class:

@interface ExampleView : UIView
@Property(nonatomic) UI_APPEARANCE_SELECTOR NSString *fontName;
@EnD

@robertwijas
Copy link
Owner

Converters are configurable, so you can create your own.
Let me know if you want me to help you with that.

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

No branches or pull requests

2 participants