سؤال

I have a project converted to a framework, and a bundle resource which has many images and storyboard. Everything works perfectly fine. My question is can I hide or protect these images from being replaced in the bundle resource? I want to give access to only some images, rest of them i want to hide it. is it possible?

هل كانت مفيدة؟

المحلول

You can convert image to NSData, encrypt, compress it. You can also convert it to base 64, encrypt it, etc.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top