Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 612 Bytes

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.