Using Adapter pattern to solve REST API Versioning issuesAs mobile developers, we would deal with the API calls to Backend to get the information and save/render it on the UI screen.Jul 25, 2021Jul 25, 2021
Best practices for using the Images in iOS applicationsUIImage is one of the basic UI elements literally used in all applications. Though it is the basic UI component, the way the images take…Jun 27, 20212Jun 27, 20212
Top recommended videos to understand iOS App Memory Deep DiveIn general, the memory usage of an application takes a back seat while developing and we tend to more focus on the feature development, UI…Jun 27, 2021Jun 27, 2021
Published inGeek CultureTop 10 recommended videos from WWDC-21Hope everyone enjoyed the week full of announcements like any other previous years with new iOS, Mac, and Watch OS and Developer tools.Jun 13, 2021Jun 13, 2021
Published inGeek CultureTesting the Swift New FeaturesAs Swift becomes more popular with the open-source contributions/evolutions, you will see a lot of proposals and new features getting added…Jun 7, 2021Jun 7, 2021
Building TableViewCells/CollectionViewCells in a Lean and Reusable wayAs an iOS developer, one should have involved in building a collection of items using either UITableView or UICollectionView in the apps…Jun 5, 2021Jun 5, 2021
Published inSwiggy Bytes — Tech BlogAdvanced techniques to speed up the compile time in XcodeAs an iOS developer, how many times you stare at Xcode to see Build Succeed alert even for a single line of a code change?Dec 7, 2019Dec 7, 2019
Styling UILabel in a declarative way using the Builder patternAs an iOS developer whenever we try to do styling the UILabel, most of the times will look in the project for the same kind of code and…Jun 30, 2019Jun 30, 2019
Intercepting UIWebView & WKWebView — Custom URL Scheme handlingBefore we get into the details, lets first see the problem statement.Nov 25, 20175Nov 25, 20175