Kodeco Forums

Intermediate Swift 2 Part 1: Properties

Take a closer look at storing data in Swift by learning about some advanced features of properties.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4190-intermediate-swift-2/lessons/2

I don’t mean to sound rude or anything… but doesn’t having a getter makes a property read-only? But in playground it says The fahrenheit computed property has a setter, which makes it read-only

I just thought it may be confusing to someone new to the language