KPFontPicker icon indicating copy to clipboard operation
KPFontPicker copied to clipboard

Simple container view for UIPicker to change font attributes.

Build Status

KPFontPicker

Simple container view for a UIPicker.

Demo

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.