Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

Xcode 9

A collection of 3 posts
Random Xcode Trick
Xcode 9

Random Xcode Trick

Despite my regular rantings on Xcode and Apple software, I still love them. In past few years, I have used so many IDEs and trust me, Xcode is one of the best I have seen. However, it has its bad times and tantrums - But it is understandable with its
Feb 14, 2018 1 min read
Swift

Closure Trick in Swift

Today I learned a closure trick in Swift. Usually when expression is assigned to a variable on left, it is evaluated instantly. For example, let value = complexCalculation() func complexCalculation() -> String { return "Something useful" } In this example, when value is assigned a result of complexCalculation() method, it is called immediately.
Nov 1, 2017 1 min read
iOS

Swift 4 - Multiline string literals support

Multi-line support in Swift 4. Now add multi line support with double quotes using Swift 4 and Xcode 9. Tutorial with example on adding support.
Oct 30, 2017 3 min read
Fresh Beginning © 2025
Powered by Ghost