Skip to content

Instantly share code, notes, and snippets.

@ryanlucas
Last active July 4, 2018 02:11
Show Gist options
  • Save ryanlucas/78c7b87599429251c201708aabb263b7 to your computer and use it in GitHub Desktop.
Save ryanlucas/78c7b87599429251c201708aabb263b7 to your computer and use it in GitHub Desktop.
Sleep
Sleep
press home button -> Lock Screen
press side button -> Lock Screen
raise phone -> Lock Screen
Lock Screen
swipe left -> Camera
swipe right -> Widgets
Camera
press home button -> Lock Screen
press side button -> Sleep
Widgets
touch edit -> Add Widgets
touch search -> Search
Add Widgets
touch cancel -> Widgets
touch done -> Widgets
Search
Search First Run?
true? -> About Search
false? -> Active Search
About Search
continue -> Active Search
Active Search
cancel -> Widgets
Siri Privacy
done -> Active Search
function render(model){
if (model.active_states[0].image_url) {
return $("img", {src: model.active_states[0].image_url, height: "150%"});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment