Skip to content

Instantly share code, notes, and snippets.

@ryanlucas
Last active June 24, 2022 07:32
Show Gist options
  • Save ryanlucas/1f70109a49e15346c74543f7e3013a1a to your computer and use it in GitHub Desktop.
Save ryanlucas/1f70109a49e15346c74543f7e3013a1a to your computer and use it in GitHub Desktop.
Unlocking iPhone iOS 11 - WIP
Unlocking iPhone iOS 11 - WIP
Sleep
press home button -> Lock screen
press side button -> Lock screen
raise phone -> Lock screen
Lock screen
swipe right -> Widgets
swipe left -> Camera
Widgets
Show Widgets
press edit -> Add Widgets
press search bar -> Search
Add Widgets
press cancel -> Widgets
press done -> Widgets
Search
Search First Run?
true? -> About Search
false? -> Active Search
About Search
continue -> Active Search
Active Search
cancel -> Widgets
Siri Privacy
done -> Search
Camera
press home button -> Sleep
press side button -> Sleep
function render(model){
if (model.active_states[0].image_url) {
return $("img",
{src: model.active_states[0].image_url, style: {height: "100%"}});
} else {
return "No image available."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment