Skip to content

ottker/iOS-tidbits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

iOS tidbits ✨

General

  • Swipe sideways directly on the home indicator to switch between recent apps. There's no need to invoke the app switcher for this. (thanks Eugen)
  • Tap on statusbar to scroll lists to top
  • Swipe from left edge to go back to upper menu level (e.g. settings app)

Calculator

Delete incorrect input by swiping on the display.

Maps

US addresses have the house number up front, many other countries don't. But you can still enter the number first to use the autocompletion without it immediately triggering a search for the incomplete query. E.g. type "19 Rothenbu" to use the autocompletion to search for "Rothenburger Straße 19".

Screenshots

Cropping screenshots snaps to view boundaries.

Keyboard

3D Touch can not just be used to move the cursor, but by pressing harder you can also select ranges or, by pressing harder yet again, select entire sentences.

Select text on non-3D-Touch devices by using a second finger (thanks Martin).

Camera

Camera can scan QR codes directly, don't install 3rd party apps for this.

Safari

  • In Tab overview: Hold '+' to reopen recently closed tabs
  • Hold Tab-Overview-Button or Done-Button in Tab overview to close all Tabs

Copy, Paste, Undo & Redo (iOS 13 only)

  • Tap with 3 fingers to open Copy-Paste-Menue
  • Swipe left with 3 fingers to Undo
  • Swipe right with 3 fingers to Redo
  • Pinch in with 3 fingers to Copy
  • Pinch out with 3 fingers to Paste
  • Double pinch in with 3 Fingers to Cut

About

List of fun little iOS tidbits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published