I am new to building iphone apps. Have been searching the net on how to create a file dialog. That will allow me to select either images or videos to be uploaded to a website.
If this was a .NET application I would use the FileDialog on my winforms view.
Your help is much appreciated.
Take a look at the
UINavigationController,UITableViewControllerandNSFileManagerclasses for building a file system browser, which reads the contents of the app’s~/Documentsfolder and allows “drilling down” into subdirectories.