Swift Remove Trailing Zeros

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…

Mobile Game Engine

Mobile Game Engine List and links

Mobile Game Engine Mobile game engine are an alternative to native application programming. With native languages you need to program the engine your self, or make use…

swift group separator

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…

stencyl scrolltext

Stencyl Scrolltext – How to move / scroll text

Stencyl Scrolltext I could not find any tutorials on how to do scroll text with Stencyl. If you have lived as long as me, you might remember…

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

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…

Stencyl – Create a simple starfield

Stencyl simple star field A short and direct video on how to create a simple star field in Stencyl. Enjoy! If you need to download Stencyl, please…

stencyl game folder

Stencyl game folder mac

The default location for your stencyl game folder is /users/username/stencylworks/games So if your username is john it would be something like /users/john/stencylworks/games This can easily be changed…

Stencyl Parallax Scrolling

Stencyl Parallax Scrolling

Stencyl Parallax Scrolling Here is a short description on how to do Stencyl parallax scrolling. From Wikipedia: https://en.wikipedia.org/wiki/Parallax_scrolling Parallax scrolling is a technique in computer graphics and…

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…