Reading Time: 2 minutesHashing is a one-way process that transforms data into a fixed-length string that represents the original … Hashing in iOS – Understand the basic conceptRead more
Websocket in iOS – Swift basics
Reading Time: 2 minutesWe can have a quick basic understanding of Websocket in iOS. A WebSocket connection is a … Websocket in iOS – Swift basicsRead more
What is method swizzling in iOS ?
Reading Time: 2 minutesSometimes interviewer may ask What is the easiest way to add page events in all classes … What is method swizzling in iOS ?Read more
Explained viewController lifecycle – Swift
Reading Time: 5 minutesLets 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
Reading Time: < 1 minuteAt first glance, Arrays, Tuples, and Sets in Swift might seem similar — they all store … Arrays, Tuples, and Sets in SwiftRead more