{infiniteZest}
// Articles. Tutorials. Utilities.
Home  |   Search  |   Login  
Categories Skip Navigation Links
New / All
AJAX
Apple
ASP.NET
.NET
Git
Google / Android
Python / IronPython
Miscellaneous
SQL Server
Article Listing
Sort By:
icon-swift-article.jpg
This article introduces the Playgrounds - a powerful tool to learn and play with Swift code. It also talks about REPL command line interpreter and IBM’s Swift Sandbox.
icon-swift-article.jpg
This article talks about variables and constants and how Swift forces you to choose var (a variable) or let (a constant) right at the time of declaration.
icon-swift-article.jpg
This article discusses code commenting for various purposes, including generating documentation.
icon-swift-article.jpg
Tags: int, types, swift
This article goes through the usage of various integer types in Swift (including Int and UInt).
icon-swift-article.jpg
This article talks about decimal numbers in Swift, including Float, Double, and CGFloat. Also talks about Binary, Octal, and Hexadecimal representations.
icon-swift-article.jpg
Tags: bool, types, swift
This article discusses the boolean types in Swift and contrasts with how these types are used in C and Objective-C.
icon-swift-article.jpg
Tags: tuples, types, swift
This article discusses the Tuple type which is introduced in Swift, but was not there in C or Objective-C.
icon-swift-article.jpg
Tags: typealias, types
This article talks about using a different name to refer to a type, by using typealias.
icon-swift-article.jpg
This article talks about miscellaneous topics and concepts in Swift: Type Inference, Type Aliases, Type Safety, and Type Conversion
icon-swift-article.jpg
Tags: optionals, swift
This article talks about the purpose of Optionals in Swift and how to declare them in your code.
Page 1 : Article 1 to 10 of 166
About  Contact  Privacy Policy  Site Map