You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just a question mate. How do you handle the possible memory problems that your UIDocuments can cause? Since you are loading the data into your @property (copy) NSData *contents it's quite possible that the app will stop working with a considerable file size.
The text was updated successfully, but these errors were encountered:
Hello @Sam-Spencer ,
just a question mate. How do you handle the possible memory problems that your UIDocuments can cause? Since you are loading the data into your
@property (copy) NSData *contents
it's quite possible that the app will stop working with a considerable file size.The text was updated successfully, but these errors were encountered: