Xcode 7 GM Show Segue Turns Into Modal Segue

I have an application with a navigation view controller, and after the cell is clicked, the screen will be clicked on top of it. However, testing this application on a simulator and on multiple devices, the push-sed somehow turns into a modal segment. These photos will show the essence of what is happening:

Type of table:

enter image description here

What should happen (Show segue):

enter image description here

What happens instead (Modal segue):

enter image description here

I run this on an iOS simulator, but the result is the same for my application. I saw people posting this issue on iOS 7, but should this happen with iOS 9? Please, help.

Thanks!

+4
source share
1 answer

. , , Xcode 7, segue , viewController, .

+5

Source: https://habr.com/ru/post/1607383/


All Articles