From d2fa3b40ae9102cc954c8539c6a5c0dbdd89d3c9 Mon Sep 17 00:00:00 2001 From: Luke Zhao Date: Sat, 4 Feb 2017 19:27:44 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d87493dd..96cb1275 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ You can do these in the **storyboard** too! * [Coordinate Space](https://github.com/lkzhao/Hero/wiki/Usage-Guide#coordinate-space) * [Global](https://github.com/lkzhao/Hero/wiki/Usage-Guide#global-coordinate-space-default-before-013) * [Local](https://github.com/lkzhao/Hero/wiki/Usage-Guide#local-coordinate-space-default-after-013) +* [Snapshot Types](https://github.com/lkzhao/Hero/wiki/Usage-Guide#snapshot-types) +* [Navigation Helpers (dismiss, replace, unwind)](https://github.com/lkzhao/Hero/wiki/Usage-Guide#navigation-helpers-dismiss-replace-unwind) * [UINavigationController & UITabBarController](https://github.com/lkzhao/Hero/wiki/Usage-Guide#uinavigationcontroller--uitabbarcontroller) ##### NOTE: Hero won't work on iPhone 7 Simulators due to a [bug](https://forums.developer.apple.com/thread/63438) by Apple. Try using other simulators or a real device when working with Hero.