I want unified title toolbar like in calendar app without title. I have tried following- in viewDidLoad I added-
self.view.window?.titleVisibility = .Hidden
I have selected unified title and toolbar in attribute inspector.
I also tried adding titleVisibility to 1 in user defined runtime attributes in identity inspector.
I am not able to achieve unified title with toolbar without title. What am I missing. Thanks for help.