ios - Segue to replace UISplitViewController master view -


we have a basic uisplitviewcontroller storyboard. attempting add navigation bar icon on master screen links new view can't work desired. here's have arrow pointing new icon:

enter image description here

we want work apple mail click icon , new view appears in master view such when click edit:

enter image description here

enter image description here

but after adjusting segue settings best can use show detail shows new screen in detail view.

how can new view show in master view?

turns out right in front of me:

  • kind: present modally
  • presentation: current context

the presentation setting missing.....

enter image description here


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -