15 January 2021 How to trim a string in Swift Let's see how to trim a String in Swift. → Swift Tutorial Beginner
13 December 2020 The PROPER way to convert a String to a Custom Type in Swift Let's see how to convert a String value to any custom type in Swift using the LosslessStringConvertible protocol. → Swift Programming Tutorial