On Tue, 14 Jan 2014 11:44:46 -0800, Quincey Morris <[email protected]> said:
>The size of the cell you get from dequeueReusableCellWithIdentifier is >meaningless until the cell gets added to the table view Yes, but the size of the cell you get from `dequeueReusableCellWithReuseIdentifier:forIndexPath:` is meaningful and correct! That is a _major_ reason for preferring it; you can do layout here. (Of course you can't do that if you are backwards-compatible to before its existence.) m. -- matt neuburg, phd = [email protected], http://www.apeth.net/matt/ Programming iOS 7! http://shop.oreilly.com/product/0636920031017.do iOS 7 Fundamentals! http://shop.oreilly.com/product/0636920032465.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
