Set title of SplitViewController
- by John
I am using the SplitViewController template. How do I set the title on the topbar in the detailview? Been trying to work this out for hours. Tried simple:
detailViewController.title = @"String";
but no luck.
Any help appreciated.
Thanks.