In an IOS app using Swift, How do I bundle a binary file with the app? and how do I read it into a byte array?

885 views Asked by At

I have a binary file. How do I bundle it into my IOS app and then read it into byte array with random access?

I have searched solutions with "IOS Swift read bundled binary file with random access" and couldn't find a complete example.

0

There are 0 answers