Try writing code TaPL's with Swift(chapter 4)
Code of TaPL Chapter 4 written in Swift.
Code of TaPL Chapter 4 written in Swift.
We need to create multi section tableview quite often. Using Enum
make it easier.
implementation of Digest Authentication with APIKit.
Easy way to get state of webiew loading using RxSwift.
Swift4 introduces Codable
protocol which makes too simplify to encode and decode to JSON.
Functional data structure is slightly different from object oriented one. It have persistence and not mutated. I implement this data structure in Swift which have characteristic both object oriented and functional programming. The first example is list.