Published inStackademicWriting Custom SwiftLint Rule with SwiftSyntaxSwiftLint is a tool to enforce Swift style and conventions. It comes with builtin 200 rules for general usage. For example, you want that…Dec 5, 20231Dec 5, 20231
iOS — Testing push notificationsRecently Apple has introduces new debugging tools for testing push notifications. In this article we will go through newly introduced…Jun 13, 2023Jun 13, 2023
Aspect Ratio CalculatorNowadays, in almost all ecosystems we have a wide variety of screen sizes. In order to provide a better user experience, as a developer, we…Feb 15, 2022Feb 15, 2022
3 Big improvements needed in a recruitment processThis is an opinionated article, you may disagree. The presented opinion is based on my personal experiences over the years for Pakistan’s…Jun 3, 2021Jun 3, 2021
Apple Business Manager: Install custom apps without MDMIf you have an app whose targeted audience is very specific. For example only internal employees of an organisation. Such apps are not…Mar 27, 20214Mar 27, 20214
Safari — Enable Web Inspector for debuggingIn order to debug your web apps from iOS device follow the steps:Mar 2, 2021Mar 2, 2021
Cocoapods post install script for updating deployment targetWhile developing apps with react native we often need to run pod installto resolve dependencies. If you are using newer version of xcode…Feb 23, 20211Feb 23, 20211
Swiftly find minimum from the custom array of objectsLet say you have a product which contains bunch of variants and you want to show the starting price of each product in your app. Let say…Dec 30, 2020Dec 30, 2020