Beginner help - Splitview

Hi everyone,

I was going through the splitview tutorial here
https://www.raywenderlich.com/265-uisplitviewcontroller-tutorial-getting-started
and just wondering how do you load a specific local html pages (detail) after selection from a master array list of names for the files? Feel free to suggest readings as well
Thanks

@mkatz Can you please help with this when you get a chance? Thank you - much appreciated! :]

You would want to use a web view, safari webview or similiar in your detail screen instead of labels and images. Then in your master table selection delegate you would then set the url of the detail view. If you copied this tutorial instead of delegate?.monsterSelected(selectedMonster) you would change that delegate method something like delegate?.loadURL(url) where you get the url from the data model.

This topic was automatically closed after 166 days. New replies are no longer allowed.