Summary
You must have thought that developing with Swift makes creating an app straightforward, right? Unfortunately, it does not. This long chapter showed that most of the coding is devoted to configuring components of the SDK and creating connections between the classes of our app instead of using cool functional programming tricks.
However, in this chapter, we covered most of the aspects that an iOS developer must know, starting with CocoaPods to laying out the components of the views and differentiating responsibilities between the different layers of an app.
Another important skill you need to learn is how to connect to a server in order to retrieve data, a server that could be either under our control, or a third-party server, such as a service. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access