iphone - Creating a file browser -



iphone - Creating a file browser -

i need file selector in iphone application developing select file encrypt? thought how go accessing files on iphone?

it this: http://iphone.heinelt.eu/?applications:ifile:file_browser

if you’re making file browser, you’re taking wrong approach. design philosophy of ios—and human interface guidelines—strongly recommend not expose filesystem unless really, have to. generally, collections of documents in ios apps displayed flat list—witness built-in notes app apple’s own iwork (pages / keynote / numbers) suite. can display list in uitableview, can find plenty of documentation , tutorials googling it.

iphone cocoa-touch file encryption selector

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -