The most concise learning path for getting started with iOS is here~
In the past month, I have worked on three small projects at the company, including one similar to "Little Red Book," one similar to opening a bank account, and one similar to "Taopiaopiao."
The last one was made as a replica of "Taopiaopiao," and throughout the entire process, it can truly be said as the most concise learning path for getting started with iOS! Let's start your journey into iOS~
Outline#
Summary#
- Positioning and Objectives
- History of iOS and Project Creation
- Common UI Components in iOS
- Xcode Debugging
- Introduction and Usage of CocoaPods
Source Code#
Github: https://github.com/doubleLLL3/ShoPiaoPiao
Usage:
-
clone
to local -
Run
pod install
in the Example directory