diff --git a/README-OBJECTIVE-C.md b/README-OBJECTIVE-C.md index df1b571..294a679 100644 --- a/README-OBJECTIVE-C.md +++ b/README-OBJECTIVE-C.md @@ -236,7 +236,7 @@ Sets the path for page indicators to use for the specified state. (selected/norm ### Manually 1. ***[Download](#)*** the source code. -2. Extract the zip file, simply drag folder ***FSPagerView*** into your project. +2. Extract the zip file, simply drag folder ***Sources*** into your project. 3. Make sure ***Copy items if needed*** is checked. ### Cocoapods @@ -251,13 +251,13 @@ github "WenchaoD/FSPagerView" ``` ## Tutorial -* [Get started](#get_started) +* [Getting started](#getting_started) * [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource) * [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate) -### 1. Get started +### 1. Getting started -* Get started with code +* Getting started with code ```objc // Create a pager view @@ -271,7 +271,7 @@ FSPagerControl *pageControl = [[FSPagerControl alloc] initWithFrame:frame2]; [self.view addSubview:pageControl]; ``` -* Get started with Interface Builder
+* Getting started with Interface Builder
1、Simply drag **UIView** instance into your View Controller, Change the `Custom Class` to `FSPagerView`. (Or `FSPageControl`)
2、Link the `dataSource` and `delegate` property of **FSPagerView** to your View Controller.
3、Register a cell class. diff --git a/README.md b/README.md index 87e6624..7ef5f4d 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8) ### Manually 1. ***[Download](#)*** the source code. -2. Extract the zip file, simply drag folder ***FSPagerView*** into your project. +2. Extract the zip file, simply drag folder ***Sources*** into your project. 3. Make sure ***Copy items if needed*** is checked. ### Cocoapods @@ -258,13 +258,13 @@ github "WenchaoD/FSPagerView" ``` ## Tutorial -* [Get started](#get_started) +* [Getting started](#getting_started) * [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource) * [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate) -### 1. Get started +### 1. Getting started -* Get started with code +* Getting started with code ```swift // Create a pager view @@ -278,7 +278,7 @@ let pageControl = FSPagerControl(frame: frame2) self.view.addSubview(pageControl) ``` -* Get started with Interface Builder
+* Getting started with Interface Builder
1、Simply drag **UIView** instance into your View Controller, Change the `Custom Class` to `FSPagerView`. (Or `FSPageControl`)
2、Link the `dataSource` and `delegate` property of **FSPagerView** to your View Controller.
3、Register a cell class.