File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
6667The 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
6869of tiles or tiles are extremely rendering intensive. Pull requests are more than welcome to help implement caching,
6970or perhaps to use `UITableView`s internally.
7071
You can’t perform that action at this time.
0 commit comments