Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable one handed mode in iPhone 6 simulator?

The iPhone 6 Plus has a "one handed mode" that Apple describes as "Keep everything within reach" on their iPhone design page.

The mode is enabled by double touching (but not pressing) the home button. When enabled the screen shrinks to roughly half its normal height.

Is there a way to enable this mode in simulator for testing how it looks and transitions?

I'm running Xcode 6 GM and have not been able to uncover anything. Worst case, can someone post the exact dimensions on device so it can be emulated via the resizable iPhone simulator?


Update: According to John Gruber's review, the feature is available on the iPhone 6 Plus and 6, and is not a "mode" so much as a momentary shortcut. Maybe since it only lasts for one tap it won't be important to do extensive testing. He shared a screenshot showing the corresponding size difference:

Reachability compared between iPhone 6 and 6 Plus

like image 994
owenfi Avatar asked Sep 16 '14 07:09

owenfi


People also ask

Does iPhone have one-handed mode?

The one-handed keyboard option introduced in iOS 12 makes iPhones with larger screens easier to operate with one hand. It can be docked to the left or right side of the screen, putting all the keys within reach of an average-sized thumb.

How do I lock my iPhone Simulator?

Yep. In the menu bar when you've got the iOS Simulator open, Click Hardware -> Lock. Note that this looks slightly different than actually sleeping the phone (it keeps the "slide to unlock" screen running), but achieves the same effect. You can also do other nifty things like rotate the device and hit the home button.


1 Answers

The simulator doesn't seem to have this capability, but it doesn't matter since it just moves your app's entire view down and uses the home screen background to fill the top. Devs don't need to do anything to their apps in regards to it.

like image 74
Harrison Weinerman Avatar answered Nov 07 '22 03:11

Harrison Weinerman