Hashing is a one-way process that transforms data into a fixed-length string that represents the original … What is Hashing in iOS? – Understand the basic conceptsRead more
Swift
Websocket in iOS – Swift basics
We can have a quick basic understanding of Websocket in iOS. A WebSocket connection is a … Websocket in iOS – Swift basicsRead more
Easiest way to add page events globally with method swizzling
Sometimes interviewer may ask What is the easiest way to add page events in all classes … Easiest way to add page events globally with method swizzlingRead more
Explained viewController lifecycle – Swift
Lets go through the View Controller lifecycle in Swift, yes it is definitely different in SwiftUI. … Explained viewController lifecycle – SwiftRead more
Arrays, Tuples, and Sets in Swift
At first glance, Arrays, Tuples, and Sets in Swift might seem similar — they all store … Arrays, Tuples, and Sets in SwiftRead more