In iOS 7 it is quite easy to create a screen shot using the new snapshotViewAfterScreenUpdates UIView method.
I would like to create a screen recording using this (perhaps a different method is better). The finial outcome should be an an animated gif - or something that can be exported and viewed in a media player.
Any suggested method to do this?