Homepage
Open in app
Sign in
Get started
Swift India
A community-driven platform to learn about Apple Technologies!
Follow
How I Decoded Function Builders in Swift
How I Decoded Function Builders in Swift
This is my experience with Function Builders in Swift. How I encountered it, the things I did to find behind the scenes which make a…
Shahrukh Alam
Dec 9, 2020
Secure Secrets in iOS app
Secure Secrets in iOS app
How do we store our secrets on the client side? Are we really vulnerable to attacks? Is it really worthwhile to take the measures to store…
Shahrukh Alam
Nov 13, 2020
Static Library in iOS
Static Library in iOS
Are we Duplicating a piece of code for a particular functionality across multiple Apps? Do we find it difficult to fix a bug on all those…
Shahrukh Alam
Nov 7, 2020
How to Parse Data from Socket in Swift?
How to Parse Data from Socket in Swift?
Strings in Swift comes with handy default initialisers to parse data. The method withUnsafeBytes(_:) is the method we need for data…
Muralidharan Kathiresan
Jul 17, 2020
Inversion of Control (IOC)
Inversion of Control (IOC)
Before jumping to the article, have you encountered the following:
G. Abhisek
Apr 25, 2020
When self should be weakify?
When self should be weakify?
How to diagnose retain cycle and when to use [weak self] to avoid retain cycle.
Aaina jain
Jan 13, 2020
Simple Toggle Control in iOS
Simple Toggle Control in iOS
like Android toggle switch
Leela Prasad
Oct 12, 2019
Introduction
The chain of operators get re-executed with each new subscription. Consider the following code:
Rohan Sanap
Oct 10, 2019
Mastering HTTP Live Streaming
Mastering HTTP Live Streaming
Part 2: Components of HTTP Live Streaming
Balaji Malliswamy
Sep 30, 2019
Swift India Conference 2019 — Amazing Experience
Swift India Conference 2019 — Amazing Experience
As an iOS Developer, i am gonna share my experience at Swift India Conference 2019.
Shubham Gupta
Aug 25, 2019
Let us build a Network Layer
Let us build a Network Layer
The network layer with respect to a mobile application development could be summed as the combination of all the components that help you…
G. Abhisek
Aug 23, 2019
Reference Property inside a Struct in Swift
Reference Property inside a Struct in Swift
💥💥💥A value type is a type whose value is copied when it is assigned to a variable or constant, or when it is passed to a function.💥💥💥
Boudhayan Biswas
Jun 10, 2019
A Complete Anatomy of Dispatch Queue in Swift
A Complete Anatomy of Dispatch Queue in Swift
“Now CPU can contain multiple cores and therefore we can run multiple threads” 👍
Boudhayan Biswas
Jun 8, 2019
Let’s explore properties in Swift
Let’s explore properties in Swift
There are two types of properties in Swift: Stored properties and Computed properties. Stored properties store constant and variable…
Aaina jain
Apr 21, 2019
Simple Checkbox Component in iOS
Simple Checkbox Component in iOS
Add one more custom UIComponent in your iOS Arsenal.
Leela Prasad
Apr 21, 2019
Programming Architectures — Redux | ReSwift
Programming Architectures — Redux | ReSwift
- The introduction of Redux | ReSwift — Part 0
Hitendra Solanki
Apr 10, 2019
Take advantage of raw strings in Swift 5
Take advantage of raw strings in Swift 5
Swift 5 comes with enhancement in string literals delimiters to support Raw Text.
Ashish Kakkad
Apr 9, 2019
Dynamic CollectionView-Layout & Dynamic Sizing Collection-Views
Dynamic CollectionView-Layout & Dynamic Sizing Collection-Views
iOS-UI for handling tokens, seed, etc…
Leela Prasad
Apr 7, 2019
Data Structures
Data Structures
in swift programming language…
Leela Prasad
Apr 1, 2019
Everything About Operators in Swift
Everything About Operators in Swift
Creating Custom Operators in swift:
Leela Prasad
Feb 21, 2019
Regular Expressions (Regex)
introduction :
Leela Prasad
Feb 13, 2019
Dependency Inversion Principle
Dependency Inversion Principle
The dependency inversion principle is a specific form of decoupling software modules. High level modules which provide complex logic…
Aaina jain
Feb 11, 2019
A little story about iOS jailbreaking
Jailbreak refers to the process of gaining root access to the iOS operating system that runs on Apple devices, including the iPad, iPhone…
Leela Prasad
Feb 11, 2019
ISP: Interface Segregation Principle
ISP: Interface Segregation Principle
Convert Fat protocols into small protocols based on group of methods
Aaina jain
Feb 6, 2019
Increase productivity by using custom code snippets
Increase productivity by using custom code snippets
How to create custom code snippets in xcode?
Aaina jain
Feb 4, 2019
About Swift India
Latest Stories
Archive
About Medium
Terms
Privacy
Teams