Files
FlatUI/README.md
2013-06-18 16:36:04 +02:00

24 lines
814 B
Markdown

FlatUI
==============
Easy to use User Interface elements which are really similar to design in iOS 7.
## Usage
To install FlatUI cocoapods need to be configured. To add to your project FlatUI edit podfile file and append the following line:
> pod 'PBFlatUI', '~> 1.1.0'
## Customization
The main customization class is PBFlatSettings, where you can change colors, fonts and sizes.
## Examples
<img src="http://piotrbernad.pl/FlatUI/flatGreen.png" width=200 alt="Drawing" style="width: 200px;"/>
<img src="http://piotrbernad.pl/FlatUI/flatTable.png" width=200 alt="Drawing" style="width: 200px;"/>
<img src="http://piotrbernad.pl/FlatUI/flatBlue.png" width=200 alt="Drawing" style="width: 200px;"/>
<img src="http://piotrbernad.pl/FlatUI/flatOrange.png" width=200 alt="Drawing" style="width: 200px;"/>