Skip to content

Commit

Permalink
update => readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tramp committed Apr 25, 2021
1 parent ce66a2f commit 0539bc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ A powerful theme manager of swift projects

##Example

1. plist file
<img src="http://tva2.sinaimg.cn/large/006g6WbKly1gpvzdpjrpqj31100gaq5i.jpg" width = "200" height = "300" alt="" align=center />

2. setup
![](http://tvax4.sinaimg.cn/large/006g6WbKly1gpvzo8iqw8j31cs07idho.jpg)

3. model of color
![](http://tva1.sinaimg.cn/large/006g6WbKly1gpvzo86x4mj31co1fgtjj.jpg)

4. usage

view.skin.backgroundColor = .meduim
#### 1. plist file
![](http://tva2.sinaimg.cn/large/006g6WbKly1gpvzdpjrpqj31100gaq5i.jpg)
#### 2. setup
![](http://tvax4.sinaimg.cn/large/006g6WbKly1gpvzo8iqw8j31cs07idho.jpg)
#### 3. model of SKColorable
![](http://tva1.sinaimg.cn/large/006g6WbKly1gpvzo86x4mj31co1fgtjj.jpg)
#### 4. usage
![](http://tva1.sinaimg.cn/large/006g6WbKly1gpw16bquz8j30xm06gdgv.jpg)
2 changes: 1 addition & 1 deletion Skins-Demo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ViewController: UIViewController {
// Do any additional setup after loading the view.

view.skin.backgroundColor = .meduim
Skins.shared.log()


let button = UIButton.init(type: .custom)
button.setTitle("fasdfasdfasdf", for: .normal)
Expand Down

0 comments on commit 0539bc0

Please sign in to comment.