Giter VIP home page Giter VIP logo

ios-tidbits's Introduction

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 the status bar at the top of the screen to scroll lists back to the top. This is especially fun in Photos, where you might have years or decades worth of photos (tapping on the tab bar at the bottom brings you back down 😉)

Current iOS is very gesture-driven. Navigating back a screen can usually be done by swiping right from the left edge. Modal views and large media displays can often be dismissed by swiping down.

Navigating back through several layers at once in a navigation context works the same way as in many browsers, long-press on the Back button to see a menu with all possible views to jump back to.

Safari

Accidentally closed a tab? No worries, just press and hold the new tab button + in the tab overview to reopen recently closed tabs.

If you're looking to close tabs very quickly, hold the tab-overview button or the done button in the tab overview to be prompted for closing all tabs.

Safari's Find on Page feature is hidden in the share sheet. Alternatively you can type directly into the URL bar and scroll down to search for your text on the current page.

There's two ways to save a page as a PDF file depending on if you want the layout optimized for printing or not. If so, go into the share menu, tap print and then pinch to zoom on the preview. Here you can share the PDF file. (thanks Andre) If you want the normal layout, take a screenshot, tap it and select "Full Page" in the segmented control at the top of the screen.

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".

Photos

When in selection mode, tap and drag over multiple photos to make a range selection.

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.

With 3D Touch no longer existing on modern devices, you can now move the cursor by holding down on the spacebar and then moving across the entire keyboard. Select text by tapping anywhere on the keyboard with a second finger and moving the cursor with the first finger to select. (thanks Martin)

To quickly enter numbers or punctuation without having to tap on the 123 key, the character/digit and the 123 key again, just hold it, swipe to your number or punctuation character of choice and let go. iOS will then jump back to the default keyboard layout.

Camera

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

Hold the shutter button to record video. You can also slide it to the side to the lock icon so as not to have to hold it anymore. If you miss the burst photo functionality here, you can use the volume up button for this (down records video as well), after enabling it in the camera system settings.

Copy, Paste, Undo & Redo

  • Tap with 3 fingers to open Copy-Paste-Menu
  • 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

ios-tidbits's People

Contributors

jamatsui avatar kiliankoe avatar ottker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.