Skip to content

Commit c837626

Browse files
committed
Update README.md
1 parent 78c875c commit c837626

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ The index signifies which utility button the user pressed, for each side the but
113113

114114
###Gotchas
115115

116-
Remember `SWTableViewCell` doesn't work like any other `UITableViewCell`
117-
118116
#### Custom `UITableViewCell` content
119117
* Don't use Storyboards to create your custom `UITableViewCell` content. Simply add views to the cell's `contentView` in `- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath`
120118
* Accessing view of the cell object or managing the predefined content still works fine. So for example if you change the cell's `imageView` or `backgroundView`, `SWTableViewCell` will still work as expected

0 commit comments

Comments
 (0)