JJoeinjoe0212.hashnode.dev·Dec 12, 2020 · 2 min readSwift Series #2Variable vs Constant If we want to store some value in memory we need a storage area in memory. The storage area needs to be named in our code so that it can be accessed. There are two ways we can store values in Swift. Either we can declare a variab...00
JJoeinjoe0212.hashnode.dev·Dec 12, 2020 · 2 min readSwift Series #1Swift is a high level programming language. Swift can be used both as a client side development language as well in the server side. Swift is gaining popularity ever since it is announced. We can use it for developing apps across the apple ecosystem ...00