Swift

Showing 14 items tagged with "Swift"

Blog Posts

Swift Tips: Declarations

Use final on properties and methods when you know that a declaration does not need to be overridden. This allows the compiler to replace these dynamically dispatched calls with...

By Alok Choudhary
Swift Tips: For Loops

Please find Swift playground at github.com Please find Swift playground at github.com

By Alok Choudhary
Swift Tips: Switch

Please find Swift playground at github.com This post shares from simple to advance the use of in swift. These can be enhanced and some time shorthand of more lines of code. I ho...

By Alok Choudhary
Swift Tips: For Loops 1

This post shares from simple to advance the use of \ in swift. These can be enhanced and some time shorthand of more lines of code. I hope you would enjoy them and try to use in...

By Alok Choudhary
Swift Tips: How to use enumerated() in array

This is very useful if you are trying to manipulate in old school C, C++ way. Here's an example: That will print "Found Hulk at position 0", "Found Thor at position 1", and "Fou...

By Alok Choudhary
How to enumerate items in an array

There several ways to loop through an array in Swift, but using the enumerated() method is one of my favorites because it iterates over each of the items while also telling you...

By Alok Choudhary

Projects

Indian Prayers Lite

Indian Prayers Lite

A devotional app offering prayers, bhajans, and vrat kathas for Hindu gods and goddesses.

Firebase Quickstarts for iOS

Firebase Quickstarts for iOS

Contributions to Firebase iOS quickstart samples demonstrating Firebase APIs.

MASegmentedControl

MASegmentedControl

Fully customizable segmented control written in Swift.

Made with ❤️ in Austin.

Copyright © 2026