Questions tagged [ezswiftextensions]

About the Swift Extension library EZSwiftExtensions

About the Swift Extension library found here: https://github.com/goktugyil/EZSwiftExtensions

1 questions
1
vote
2 answers

How to write complex C-style for statements in Swift 2.2

How will I be able to implement a C-style for loop like this in Swift 2.2? for var level: Double = 10; level <= 100; level += 10 { }
Esqarrouth
  • 38,543
  • 21
  • 161
  • 168