Dynamically create hierachical tableview from file structure
Posted
by Rob M
on Stack Overflow
See other posts from Stack Overflow
or by Rob M
Published on 2010-04-03T02:10:37Z
Indexed on
2010/04/03
2:13 UTC
Read the original article
Hit count: 555
iphone
|uitableview
Hi,
I have a directory structure of directories and files that I want to render as a tableview in an iphone app. I'd rather have this generated dynamically rather than have to maintain a XML PLIST or whatever. i.e. replicate the Explorer functionality in windows where a user can traverse the structure and then select bundled image files for viewing.
Is there any way to do this? Any advice would be appreicated.
© Stack Overflow or respective owner