Is there is any way to hide the master view in a splitviewcontroller programmatically. In my application the first screen will be of a splitviewcontroller, i don\'t need any
Same as answer from Jack but a one liner. Past into - (void)setDetailItem:(id)newDetailItem { ... } to dismiss the master.
[[UIApplication sharedApplication] sendAction: self.navigationItem.leftBarButtonItem.action to: self.navigationItem.leftBarButtonItem.target from: nil forEvent: nil];