Fresh Beginning
  • Home
  • Speaking
  • Reading
  • Github
  • Alma Mater
  • Contact
Subscribe
Tagged

Xcode 8.2.1

A collection of 3 posts

Apple

Indirect enums - Swift 3.0

Enums are one of my favorite parts in any language. With Swift they've got extra functionality such as adding functions, associated values and Indirect Enums. So what are indirect enums? I have learned enums in other language, but never came across any language which offers similar functionality. At least not

  • Jayesh Kawli
Jayesh Kawli Feb 14, 2017 • 2 min read
Beauty of Swift
Swift 3.0

Beauty of Swift

Today I am going to talk about couple of Swift tricks I learned recently. First one is about operator associativity and how Swift handles it gracefully to error it out during compile time and other is how function overloading is so much fun in Swift Operator Associativity We all know

  • Jayesh Kawli
Jayesh Kawli Feb 9, 2017 • 4 min read
Creating Custom Operators in Swift with Generics
iOS

Creating Custom Operators in Swift with Generics

Swift introduced us to a new era of custom operators. Unlike Objective-C, it allows us to define our own operators and perform operator overloading on existing operators if necessary. We will see both of them in detail in today's article. Custom operators can provide excellent clarity and flexibility down the

  • Jayesh Kawli
Jayesh Kawli Feb 7, 2017 • 6 min read
Fresh Beginning © 2022
Powered by Ghost