Swift – Classes

  • Post author:
  • Post category:Swift
  • Post comments:1 Comment

This topic is about Swift - Classes. Classes in Swift 4 are building blocks of flexible constructs. Similar to constants, variables and functions the user can define class properties and…

Continue ReadingSwift – Classes

Swift – Sets

  • Post author:
  • Post category:Swift
  • Post comments:1 Comment

In this topic we learned about Swift - Sets. Swift 4 sets are used to store distinct values of same types but they don’t have definite ordering as arrays have. You can…

Continue ReadingSwift – Sets