Swift Variables, Basic Intro
Swift Variables Some basic information about Swift variables. Nothing to complicated if you programmed before, no matter what language you used. Variables are variables in any language….
Random numbers in swift 2.0
Random numbers in swift 2.0 Here is a short description on how to create random numbers in Swift 2.0. To create random numbers in swift 2.0 you…
Swift Remove trailing zeros
Swift Remove Trailing Zeros In Swift remove trailing zeros is needed sometimes. When printing values, and I dont want any trailing zeros, but still need to do…
Swift Group Separator Extension
Swift Group Separator An example about Swift Group Separator. Long numbers can be a bit confusing to read if they dont contain group separator. By default you…
iOS Gestures in Swift – How to
iOS Gestures in Swift iOS gestures can be useful in your app. And here is a short demonstration on how to implement iOS gestures in your app….
Swift – WebView unable to load http pages
I think Apple did some changes to the later versions of Xcode. If you have used WebView in Xcode 6 with iOS 8, you were probably able…
Xcode: Swift String Input in command line
Swift String Input When I first started with Swift, I didn’t think that a Swift String Input would be a issue. But it seems like at the…