Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Manual and Non-Adaptive Manual Segues

Tags:

What is a Manual and Non-Adaptive Manual Segue, and the difference between them? Any explanation in detail will be helpful.

Case 1

enter image description hereenter image description here

Case 2

enter image description hereenter image description here

like image 937
tryKuldeepTanwar Avatar asked May 25 '16 06:05

tryKuldeepTanwar


1 Answers

The non-adaptive manual segues are deprecated and they don't adapt to the screen size and orientation, that's why they are called "non-adaptive".

With iOS 8, the size classes were introduced (Regular and Compact) and the new Adaptive Segues adapt to these, like when you turn your iPhone to landscape orientation, the status bar will disappear and the navbar will shorten in height.

Adaptive UI in iOS 8: Explained - iMore

What's the difference between all the Selection Segues?

like image 113
sergeng Avatar answered Oct 07 '22 00:10

sergeng