I'm trying to implement a three-column style in my Universal app. I want my columns as follows:
What am I doing wrong?
The primary/master column shows a list of folders
The supplementary column shows files in the selected folder
The secondary/detail column shows the content of the selected file.
Master view controller rows to supplementary view controller.
Supplementary view controller rows to detail view controller.
What am I doing wrong?