This is pretty frustrating. I'm trying to get the size of an AVURLasset, but try to avoid naturalSize
since Xcode tells me, this is deprecated in iOS5.
But: What's the replacement?
I can't find any clue on how to get the video-dimensions without using «naturalsize»...
nautralSize
is deprecated in iOS 5 – Oui