Monotouch.dialog and story board apps?
Posted
by
Robin Diederen
on Stack Overflow
See other posts from Stack Overflow
or by Robin Diederen
Published on 2012-11-24T11:02:52Z
Indexed on
2012/11/24
11:03 UTC
Read the original article
Hit count: 420
I'm trying to use mt.d; I've "drawn" an app using the storyboard feature of Xcode. My app consists of a tabbar which displays one of three viewcontrollers. Two out of three are simple viewcontrollers (single screens) and one is a splitviewcontroller.
The splitview is tricky; using the stock xcode components I've drawn a master / table and a detail view. The table works as expected, but now I want to use mt.d to fill the detailview (later I need it to depend on the selection of the master, but not for now).
I've subclassed the splitviewcontroller; in the viewdidload event I've created a mt.d dialogviewcontroller. Now I'm trying to push the dialogviewcontroller to the detailview, using the splitviewcontroller.viewcontrollers array. Doesn't seem to work; when running the app it still some an empty screen for the detail view (as drawn in xcode).
Any clues for doing what I want?
Thanx!
© Stack Overflow or respective owner