1.Glance: Presenting important information in a view that can be captured by a glimpse of the user is a useful addition to a complete watch app, not required.
2.template-based (template-based): Use Xcode to select the template you need and design the appropriate content.
3. Non-scrolling.
4. Single operation: Click Glance to start the entire app.
5. Options available.
6.Glance the bottom area is reserved for the page to indicate the dot.
Characteristics:
(1) Configure glance based on the user's current context;
(2) using handoff depth link watchkit App;
(3) to provide useful information;
(4) Glance Interface Controller is the same as other WatchKit interface controllers, but the initialization is earlier than other Interface Controller, and the Willactivate method is invoked to ensure that the information is up to date.
GitHub home: https://github.com/chenyufeng1991. You are welcome to visit.