Swift DiariesApple SignIn in SwiftUIA quick guide for integration of Apple SignIn in SwiftUI applicationsJul 21, 20213Jul 21, 20213
Swift DiariesAuthentication flow in SwiftUI using a PassthroughSubjectLet’s get an understanding to do an authentication flow in SwiftUI using a PassthroughSubject introduced in Combine. Let’s Login & Logout!May 17, 2021May 17, 2021
Swift DiariesManaging One XCode Project with different Teams/Bundle IDsMaintaining several profiles/teams for internal builds and client builds is cumbersome without specific targets and schemes.May 14, 2021May 14, 2021
Swift DiariesImplement In App Purchases (IAP) only using StoreKitThis tutorial describes how to implement In-App purchases using StoreKit framework in Swift using examples from Xcode and App Store ConnectDec 17, 20202Dec 17, 20202
Swift DiariesPlaying with IBInspectables in Interface BuilderIBDesignable and IBInspectable are easy tools to develop UIs from the IB in Xcode. It renders UI even before building or running the appDec 11, 2020Dec 11, 2020
Swift DiariesRxSwift made easy for SwiftExplains to populate data reactively on a UITableView using RxSwift. Also to use a UISegmentedControl reactively to change data.Oct 11, 2020Oct 11, 2020
Swift DiariesUsing cloud based platforms for iOS app deploying — Bitrise.ioA tutorial of how to automate deploying iOS builds to TestFlight using pipelines offered by Bitrise.io without manually uploading archives.May 4, 2020May 4, 2020
Swift DiariesUsing Generics to reuse collection view cellsThis article shows how you can use generics and enums to reuse a collection view cell with data of different object types.Mar 13, 2020Mar 13, 2020
Swift DiariesPerform actions on a UICollectionViewCell using ClosuresClosures are one of best features in Swift programming language. It can be used to go around components with actions and values.Mar 11, 2020Mar 11, 2020
Swift DiariesEnumerate like a pro 😎How to use enums or enumerators in your Swift code to make coding easy, readable and maintainable? Know how to do it with code examples.Mar 11, 2020Mar 11, 2020