Sunday 15 June 2014

cocoa touch - With automatic UITableViewCell height in iOS 8, is it possible for it to work if the cell's contents are embedded in a UIView? -



cocoa touch - With automatic UITableViewCell height in iOS 8, is it possible for it to work if the cell's contents are embedded in a UIView? -

my uitableviewcell subclass has several uilabels in of varying length, , ios 8 , auto layout constraints in cell height automatically configured , cell heights can dynamic.

however want embed contents of cell in uiview. possible cell's height still dynamic? in uiview cell contents embedded in grow , shrink automatically based on content , cell well? possible?

dynamic height works performing autolayout pass on cell's content view. long constraints in place height calculated, specific view hierarchy should irrelevant.

ios cocoa-touch uitableview ios8 autolayout

No comments:

Post a Comment