Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aceontech committed Nov 23, 2020
1 parent a3f18b0 commit 914d582
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UIKit CellConfigurator
# UIKitCellConfigurator

Example:
Code example:

```swift
let cellConfigurator = CellConfigurator(
Expand All @@ -26,3 +26,12 @@ collection.cellForItemAt = { cv, ip in
)
}
```

## Other examples

Have a look at the following Xcode playground demos:

* SimpleColorDemo.playground
* ColorFibonacciDemo.playground
* TableDemo.playground
* CardAssistantDemo.playground

0 comments on commit 914d582

Please sign in to comment.