Swift General Task Cheatsheet

Links:
1. Get length of String
2. Split String into Array
3. Enumerate enum
4. Convert Int to String
5. Convert String to Int
6. Sort object array by value
7. Sort dictionary by value
8. Sort dictionary by key
9. Check if array contains … Read more

Similar

Function Builders in Swift and SwiftUI

What are Swift function builders? What is SwiftUI ViewBuilder? How Swift function builders work on the compiler level? How to implement a function builder in Swift? These are the questions to answer in this Swift function builders tutorial. (more…)

Read more »