I my application i have to count cell height dynamically and i support iOS7
and iOS8
for my app. I'm following Ray wenderlich tutorial for this purpose. After spending a whole day on this i came to know that this technique only works if size classes
are disabled for the app.
So my question is how to calculate row height using auto layout(constraints) if size classes
are enabled?