TableViewCellWithAutoLayoutiOS8 icon indicating copy to clipboard operation
TableViewCellWithAutoLayoutiOS8 copied to clipboard

Sample project demonstrating self-sizing table view cells in iOS 8 using Swift and Objective-C.

Results 18 TableViewCellWithAutoLayoutiOS8 issues
Sort by recently updated
recently updated
newest added

Fix Xcode 7.3 selector error and swift warnings

When using your demo as is with current Xcode 7.3 and e.g. iOS Simulator iPad Air 2 on iOS 8.1 (12B411), the margins are wrong compared to the separator insets:...

When I set the vertical insets to some higher value the contraints of the UITableViewCell break. Not shure what is causing it. It seems to be the size of cells...

I was able to use the PureLayout just fine. But i was hoping if I added a UIWebView as followed: ``` [self.webview autoPinEdge: ALEdgeTop toEdge: ALEdgeBottom ofView: self.labelTitle withOffset: 10.0...

How is it possible to support expand/collapse the multiline label? E.g. The multiline label should show only three lines. If I tap the cell should expand revealing all the content...

``` When learn the new autoLayout feature in ios8,I found that if devper add the contrains with Code ( but not complete,app may still work well when devper manual caculate...

Hello, The project has major performance issue with non-English UTF8 strings. For reproduce the problem, just change the sample data test in "modal.swift" line 39 as follows: ``` swift let...

I am attempting to Display a UIImageView on the Left of the Title Label, however nothing shows could you lead me in the correct direction? ``` - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier...