Browse button functionality implementation in Iphone SDK
I have to implement the browse button functionality, like when i clicked on开发者_如何转开发 that Browse button it has to show all types of docs & files that are in my iphone to upload to a server. Can any one help me ...
Applications on iOS execute inside their own sandbox. Therefore you can't "Browse" all the files on the device. The most you can do is give such type of functionality for the files inside your app's sandbox. However that too is not recommended.
精彩评论