Skip to content

Commit e6423fa

Browse files
author
Parker
committed
Update README.md
1 parent 69f2ac9 commit e6423fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Accordion-style table view, with block-based delegation.
77

88
## Installation
99

10-
[CocoaPods](http://cocoapods.org) by putting `pod 'PDTiledView'` in your `Podfile`, or you can drop `PDTiledView{.h,.m}` into your project.
10+
[CocoaPods](http://cocoapods.org) by putting `pod 'PDTiledView'` in your `Podfile`, or you can drop `PDTiledView{.h,.m}`
11+
into your project. Uses ARC and requires iOS 5.1 or higher.
1112

1213
## Usage
1314

@@ -64,7 +65,7 @@ There are also optional blocks to further customize how you like. They match up
6465
## Discussion
6566
6667
The internal implementation does not use `UITableView`s, so while some things are cached, tiles are not loaded
67-
on-the-fly and cached as rows are in UITableView. This shouldn't be a big deal unless you are displaying 1,000s
68+
on-the-fly and cached as rows are in `UITableView`. This shouldn't be a big deal unless you are displaying 1,000s
6869
of tiles or tiles are extremely rendering intensive. Pull requests are more than welcome to help implement caching,
6970
or perhaps to use `UITableView`s internally.
7071

0 commit comments

Comments
 (0)