views:

23

answers:

0

I have a CGLayerRef with content on it. How can I store this so that the app can quickly retrieve it and display it again? I tried converting it to a PNG and storing using Core Data but it's pretty slow to display, so I was wondering if there was a better way.