Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22d2119

Browse files
update README
1 parent f95c219 commit 22d2119

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This library reduces the boilerplate code regarding the `UITableView`, `UICollec
1111

1212
## Requirements
1313

14+
* Xcode 9+
15+
* Swift 4.0+
1416
* iOS 9.0+
1517
* tvOS 10.0+
16-
* Swift 4.0+
17-
* Xcode 9+
1818

1919
## Installation
2020

@@ -54,13 +54,13 @@ $ open index.html -a Safari
5454

5555
## Getting Started
5656

57-
Watch [my talk](https://www.skilled.io/u/swiftsummit/pushing-the-limits-of-protocol-oriented-programming) from [Swift Summit](https://swiftsummit.com). ([slides](https://speakerdeck.com/jessesquires/pushing-the-limits-of-protocol-oriented-programming))
57+
Watch [my talk](https://www.skilled.io/u/swiftsummit/pushing-the-limits-of-protocol-oriented-programming) from [Swift Summit](https://swiftsummit.com). See the [slides here](https://speakerdeck.com/jessesquires/pushing-the-limits-of-protocol-oriented-programming).
5858

5959
````swift
6060
import JSQDataSourcesKit
6161
````
6262

63-
#### Design
63+
### Design
6464

6565
This library has four primary components:
6666

@@ -69,7 +69,7 @@ This library has four primary components:
6969
3. `ReusableViewFactory` — responsible for dequeuing and configuring cells (for `UITableView` or `UICollectionView`)
7070
4. `DataSourceProvider` — owns a data source and cell factory, and provides a `UICollectionViewDataSource` or `UITableViewDataSource` object.
7171

72-
#### Example
72+
### Example
7373

7474
The following illustrates a simple example of how these components interact for a collection view.
7575

@@ -104,7 +104,7 @@ let dataSourceProvider = DataSourceProvider(dataSource: dataSource,
104104
collectionView.dataSource = dataSourceProvider.collectionViewDataSource
105105
````
106106

107-
#### Demo Project
107+
### Demo Project
108108

109109
The [example project](https://github.com/jessesquires/JSQDataSourcesKit/tree/develop/Example) included exercises *all* functionality in this library.
110110

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /