the physical path for my files inside the Resources folder of XCode (for IOS)

前端 未结 1 736
萌比男神i
萌比男神i 2021-01-20 14:32

I\'m developing an application for iPad. I want to access a text file inside the Resources folder! I\'m doing that in following way:

 NSString* filePath = @\         


        
1条回答
  •  甜味超标
    2021-01-20 15:04

    I guess you are looking for NSBundle and pathForResource:ofType: method, aren't you?

    0 讨论(0)
提交回复
热议问题