KPFontPicker
KPFontPicker copied to clipboard
Simple container view for UIPicker to change font attributes.
KPFontPicker
Simple container view for a UIPicker
.
How to use
Just add KPFontPicker into your project and implement delegate method.
- (void)pickerDidSelectFont:(NSString *)font withSize:(CGFloat)fontSize color:(UIColor *)fontColor
Check demo for details
Todo
- Landscape support
- iPad support?
Licence
This project is released under MIT License. Feel free to fork and stuff.