TableViewCellWithAutoLayout
TableViewCellWithAutoLayout copied to clipboard
workaround for estimatedHeight bug in iOS7&8
the workaround I used is to use heightForRowAtIndexPath to return accurate height while cell using autolayout, is it a good way? do you have other good idea?