Swift String to Int | Swift Quick Tips

Difficulty: Beginner | Easy | Normal | Advanced There are times as an iOS developer when you will need to turn a Swift String to an Integer. Converting from a String to Int is extremely straightforward, nonetheless, it requires careful handling.  Related …

Self Vs. self – What is the difference in Swift

Difficulty: Beginner | Easy | Normal | Advanced If you’ve embarked on your iOS development journey or recently found yourself in the midst of an iOS job interview, you’ve probably encountered the age-old question: What’s the difference between ‘Self’ and ‘self’? This …