- Building Apple Watch Projects
- Stuart Grimshaw
- 207字
- 2021-07-16 13:00:12
Summary
In this chapter, you have set up an Xcode project with the necessary targets and schemes to develop the app, and learned to navigate your way around the multiple apps pattern provided by the WatchKit app template. You have added UI elements to the screen, using Interface Builder and linked them to code written in the InterfaceController
file. One of those elements was the Group object which was used to customize the layout of the UI. You also added animated changes to the UI, and learned how to fetch input from the user using the text input modal view
That is a lot of ground to have covered, so congratulations. You are likely to use most, if not all, of these techniques in just about every app you write, so make sure you have a firm and intuitive grasp of the material we have covered here.
In the next chapter, we will create a simple brain-training game app, for which you will use the power of Group objects to layout other UI elements on screen; add navigation to provide access to other screens; create game logic classes that will reside on the watch; allow the user to further customize the game's appearance; and store user preferences.
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- PyTorch自動(dòng)駕駛視覺感知算法實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- TestNG Beginner's Guide
- Responsive Web Design with HTML5 and CSS3
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Python實(shí)現(xiàn)
- 營(yíng)銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- Learning Firefox OS Application Development
- Learning Grunt
- Practical Predictive Analytics
- Python Social Media Analytics
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- Clojure High Performance Programming
- 數(shù)據(jù)庫(kù)基礎(chǔ)與應(yīng)用實(shí)驗(yàn)教程:Visual FoxPro 6.0
- Mastering Java 11