你将学到什么
Create a new iOS project and build your first iOS app
Manage screen displays and group multiple views
Use programming commands to allow for user interaction
Write and execute unit tests to keep your code error free
课程概况
Welcome to Introduction to iOS Application Development with Swift 5.
In this course you’ll use your Swift skills to create iOS applications.
Some of the things you will learn in this course are:
• Write the code to build your very first iOS application
• Manage screen display with multiple views
• Use auto layout and the interface builder
• Create applications with user interaction
• Design a user interface allowing for multiple screen size and direction
• Write and execute unit tests to keep your code error-free
• Perform various calculations using Swift
By the end of this course you will know how to build simple iOS applications and you’ll be ready to move on and learn about using tables and data in iOS.
课程大纲
Building Your First App
Swoosh App: Intro to Interface Builder
Supporting iPhones & iPads
Window Shopper App: Your First Fully Functional App
Window Shopper App: Continued