mirror of
https://github.com/zhigang1992/FlatUI.git
synced 2026-01-12 22:47:27 +08:00
24 lines
814 B
Markdown
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;"/>
|
|
|