We have an ios game and we would like to unzip a zip file while the game is running.
Therefore we need minimal impact on cpu. How should we do it?
We have an ios game and we would like to unzip a zip file
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do your unzipping in the background and on a separate thread.
You have a couple choices in unzipping classes. There’s ZipZap, ziparchive and other stuff found in the answers to this question.