xcode - How to stop masterdetail from going to detail -
the xcode masterdetail template comes loaded ">" symbol on right of each row. if click row, switches detail view. how block the">" symbol , how stop changing views?
go file named "main.storyboard" in project. you'll see right 2 of 3 view controllers labeled master view controller , detail view controller.
then, located arrow in between them. segue between 2 view controllers. if select clicking circle in center of , hit delete key on keyboard remove segue, stop transition happening. have set cells deselect after select them.
Comments
Post a Comment