SOHAM PAULThe Image CropperToday we will create a small project to capture a image by camera and then crop that image.Jul 22Jul 22
SOHAM PAULGet .ipa with commandToday we will discuss how to clean, build, archive and generate ipa file through command.Nov 27, 2023Nov 27, 2023
SOHAM PAULCertificate PinningCertificate pinning is one of the basic security mechanisms of network communication.Sep 20, 2020Sep 20, 2020
SOHAM PAULSOLID PrinciplesSOLID is an acronym named by Robert C. Martin (Uncle Bob).Sep 20, 2020Sep 20, 2020
SOHAM PAULFirebase Crashlytics in iOS SwiftFirebase Crashlytics is a lightweight, realtime crash reporter that helps you track the issues that occurred in your app.Jun 21, 20207Jun 21, 20207
SOHAM PAULWhy don’t structs support inheritance?Swift struct methods aren’t dynamically dispatched; they’re just function calls.May 28, 2020May 28, 2020
SOHAM PAULYou don’t need to use [weak self] regularlyUnowned, Weak, and the Strong-Weak RelationMay 2, 20201May 2, 20201
SOHAM PAULSwift Protocol -Static Dispatch of Existential ContainerWe will discuss about protocols extension method dispatch. Let’s create a protocol, protocol extension and Struct that conforms to this…Mar 7, 2020Mar 7, 2020
SOHAM PAULAWS S3 Access from SwiftWe will discuss today, how to communicate Amazon Work Space S3 Storage from Swift.Dec 19, 20193Dec 19, 20193
SOHAM PAULProtocol function as Optional, Conformance, MutatingProtocol function as OptionalAug 2, 2019Aug 2, 2019