Coder Social home page Coder Social 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.

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.

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.

Copy, Paste, Undo & Redo

  • 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

Navigation Controllers

Drag from the left edge of a child view controller to swipe the child view controller away

ios-tidbits's People

Contributors

jamatsui avatar kiliankoe avatar ottker 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.