iOS 9 introduced slide over and split view for iPad. How do I simulate these features on an iPad simulator? I have tried swiping from right on iPad Air 2 simul
I found that dragging from the right in the simulator didn't work for me (in XCode 9.2).
Instead I had to run my app. Then slide up from the bottom, to get the Dock. Then pressing and holding on Safari, I could drag the icon to the right hand side of the screen. The screen responded, and I could let go. The simulator re-arranged to show a split view.