NalineeStruct vs Classstruct and class are the pillars of any Object Oriented Language. Main part is deciding when to use which one. To get the answer of this…Apr 25, 2023Apr 25, 2023
Nalineeinout parameters in SwiftInout parameters are the parameters which hold the reference to the original variable. Hence, any change in those params directly affects…Apr 19, 2023Apr 19, 2023
NalineeOptional function in swift ProtocolIn this article we will check how to make the protocol functions optional for implementation.Apr 13, 2023Apr 13, 2023
NalineeDependency Injection in swiftThe approach used to provide the initial value to the property. The purpose of this approach is to obtain the loosely coupled code.Apr 13, 2023Apr 13, 2023
Nalineeescaping and nonescaping closure in SwiftIn swift closures are of two types — escaping and non-escaping.Mar 28, 2023Mar 28, 2023
NalineeHandle varying DataType in CodableCodable is a type alias for the Encodable and Decodable protocols. These protocols are used for encoding and decoding.Mar 26, 2023Mar 26, 2023
NalineeSwift Access ModifiersAccess modifiers are the identifiers which let us control the access level of class/struct/variable or methods.Mar 22, 2023Mar 22, 2023
NalineeCreate You Own PodSo far you would have used pods as a dependency in your project. Do you want to create your own pod and help others?Mar 18, 2023Mar 18, 2023
NalineeCommon errors in releasing custom podThere are a few common errors that we generally face while creating the Custom Pod.Mar 18, 2023Mar 18, 2023