iOS

Explore the world of FlutterFlow and its amazing features and benefits!

FlutterFlow is a low-code platform that enables mobile app development for a wide range of individuals. Built on Flutter, Google’s user interface toolkit, it allows users to create natively compiled applications for mobile, web, and desktop devices from a single codebase. The distinguishing feature of FlutterFlow is its visual development interface, which facilitates a drag-and-drop […]

August 26, 2024

iOS

A guide on Optimising and Improving your Flutter app Memory performance by Using Flutter Dev Tools

Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool which can help in better understanding our apps run time performance. To use profiling tools following conditions needs to be taken in consideration – […]

August 26, 2024

iOS

A guide on Optimising and Improving your Flutter app performance by Using Flutter Dev Tools

Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool that can help in better understanding our app’s run time performance. To use profiling tools following conditions need to be taken into consideration – […]

August 23, 2024

iOS

Live Activities Introduction and Setup – Part 1

Introduction As iOS users, we are all familiar with live activity. When we buy a pizza through one of the ordering apps, live activity pops up (either on the lock screen or  in the dynamic island region) and shows the updated status of our order. Their purpose is to display the most recent data from […]

August 23, 2024

iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 2

In the first part of the blog, we covered the Fastlane setup/Installation with multiple files like Appfile, Gymfile, and Fastfile. Now we are moving to the next part of this series where we will use CI/CD workflow via Fastlane & Firebase on the local machine. We will use the next step of the Code Signing […]

August 14, 2024

iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 1

Hello everyone, This is a blog series where we’ll touch up on how to automate our workflow with CI/CD in iOS with the use of tech like Fastlane, Firebase, and Gitlab repository. This is the 1st part of the series where we’ll cover the setup of the configuration for generating automated builds using Fastlane on […]

August 14, 2024

iOS

How to configure iOS apps for multiple environments (Dev, QA, Prod)

In this blog, we are going to learn something related to project scheme configurations. As we proceed with a project we have to manage environments (Development, QA, Staging, Production) and when we use different environments there are different server URLs, icons, Plist files, and configurations for each environment. While creating a project, a scheme is […]

August 7, 2024

iOS

Accessibility Strategies for iOS: Making apps inclusive for all users

Introduction Creating accessible apps ensures that everyone, including individuals with disabilities, can use our applications. By integrating advanced accessibility features, we can enhance the user experience and make our app inclusive. This blog covers why accessibility is crucial, how it improves our app, and steps for implementing accessibility modifiers in iOS apps Why Accessibility is […]

July 24, 2024

iOS

Copilot with Xcode: Use genAI to accelerate your iOS development.

The world of software development is fast-evolving. Today’s need is not only learning programming but to capitalise on edge cutting tools. GitHub Copilot, an AI-powered code completion tool by GitHub and OpenAI, is making a significant impact by generating code snippets and offering intelligent suggestions based on context. As an iOS developer, I integrated Copilot […]

May 22, 2024