I tried to update the UISplitViewController
in my old iOS project to use the newer column-based API, but noticed that when setting the Style to Double Column
in IB from the currently selected Unspecified (Discouraged)
, the swipe gesture doesn't show and hide the master view controller anymore, even if the option Presents Primary With Gesture
is selected. This also happens with a fresh project where I dragged the standard split view controller into the IB canvas as the initial view controller. Is this expected or am I missing something?