How to get file path in iPhone app

后端 未结 5 2236
独厮守ぢ
独厮守ぢ 2020-12-12 22:22

I have a problem accessing my files in my app.

I am currently using

//Directly from TileMap example from WWDC2010
NSString *tileDirectory = [[[NSBun         


        
5条回答
  •  离开以前
    2020-12-12 22:51

    You need to add your tiles into your resource bundle. I mean add all those files to your project make sure to copy all files to project directory option checked.

提交回复
热议问题