I am working on a Today Extension with a dynamically sized table. I have been able to get the table to resize for the content using:
self.preferredConten
The recommended way is to use auto-layout constraints to constrain your view's height.
It seems the 568px is just the maxheight of your iPhone 5 and not the actual size. As far as I could figure out there is no way to get the real size.