Update gitignore and README.
This commit is contained in:
parent
7c156c8f90
commit
167c99e3d9
|
|
@ -21,6 +21,7 @@ xcuserdata/
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
*.xccheckout
|
*.xccheckout
|
||||||
*.xcscmblueprint
|
*.xcscmblueprint
|
||||||
|
*.xcuserstate
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -231,11 +231,11 @@ pod FSPagerView
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tutorial
|
## Tutorial
|
||||||
* [Get start](#get_start)
|
* [Get started](#get_started)
|
||||||
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
|
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
|
||||||
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)
|
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)
|
||||||
|
|
||||||
### 1. Get started <a id='get_start'></a>
|
### 1. Get started <a id='get_started'></a>
|
||||||
|
|
||||||
* Get started with code
|
* Get started with code
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -237,11 +237,11 @@ pod FSPagerView
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tutorial
|
## Tutorial
|
||||||
* [Get start](#get_start)
|
* [Get started](#get_started)
|
||||||
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
|
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
|
||||||
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)
|
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)
|
||||||
|
|
||||||
### 1. Get started <a id='get_start'></a>
|
### 1. Get started <a id='get_started'></a>
|
||||||
|
|
||||||
* Get started with code
|
* Get started with code
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue