Services
Portfolio
Contribution
Open Source
Blog
Resources
Career
About
Get Free Consultation
Services
Portfolio
Contribution
Open Source
Blog
Resources
Career
About
iOS App Developement
Radhika saliya
Integrating Live Activity and Dynamic Island in iOS: A Complete Guide - Part 2
Everything You Need to Know About Live Activities and Dynamic Island in iOS
Nov 29, 2024
12 min read
ios
SwiftUI
swift
Live Activity
dynamic island
Notifications
Radhika saliya
Integrating Live Activity and Dynamic Island in iOS: A Complete Guide - Part 1
Everything You Need to Know About Live Activities and Dynamic Island in iOS
Nov 13, 2024
14 min read
ios
SwiftUI
Live Activity
dynamic island
Notifications
Divyesh Vekariya
How to Create Interactive TableView in SwiftUI
A Complete Guide to Sorting, Searching, Multi-Selection, and Expanding Rows with TableView in SwiftUI
Oct 18, 2024
6 min read
Table
tableview
DymanicTable
ios
SwiftUI
swift
ios app
MacOS
macOSTable
Amisha Italiya
Animations in SwiftUI with Examples - Part 4
Explore how we can implement animations in SwiftUI.
Feb 2, 2024
7 min read
SwiftUI Animations
SwiftUI
ios
Animations
Eample
Amisha Italiya
iOS — How to Integrate Camera APIs using SwiftUI — Part 2
Effortless Camera APIs Integration in SwiftUI: Leverage the Power of Your Device's Camera
Dec 14, 2023
8 min read
swift
SwiftUI
ios
Camera
Photo
Amisha Italiya
iOS — How to Integrate Camera APIs using SwiftUI
Effortless Camera APIs Integration in SwiftUI: Leverage the Power of Your Device's Camera
Oct 19, 2023
14 min read
swift
SwiftUI
Camera
Photo
ios
Amisha Italiya
iOS — How to Setup Logging Correctly with CocoaLumberjack
Explore the Endless Possibilities of Effectively Collecting Logs, Including Writing to Files and Crashlytics
Jun 7, 2023
9 min read
ios
swift
Logging
Cocoalumberjack
Amisha Italiya
How to display text with a Color Gradient in SwiftUI
Take your SwiftUI design to the next level by implementing gradient text in text fields
Jan 19, 2023
5 min read
ios
swift
SwiftUI
Editing
Amisha Italiya
ChatGPT and iOS App Development— The Buzzword of 2023
Developing iOS applications with the ChatGPT talks!!!
Jan 11, 2023
10 min read
swift
SwiftUI
ChatGPT
ios
Amisha Italiya
Swift — Essential tips for writing testable code
TDD and Unit testing are fundamental for writing quality code
Jan 5, 2023
8 min read
Testing
TDD
swift
Tips And Tricks
Amisha Italiya
SwiftUI Performance Tuning: Tips and Tricks
Things you should know to boost your app’s performance.
Dec 20, 2022
6 min read
SwiftUI
Performance
swift
ios
Amisha Italiya
Animations in SwiftUI with Examples — Part 3
Explore how we can implement animations in SwiftUI.
Dec 1, 2022
6 min read
SwiftUI
SwiftUI Animations
ios
Animations
Jimmy Sanghani
Use Firestore and Firebase Realtime Database with Combine
Observe items from the Firebase databases in real-time using combine framework.
Nov 24, 2022
4 min read
Firestore
firebaserealtimedatabase
Combine
Programming
Amisha Italiya
Reorder items with Drag and Drop using SwiftUI
Replicate UIKit’s Drag and Drop feature in the SwiftUI
Nov 17, 2022
5 min read
SwiftUI
Drag-and-Drop
ios
swift
Amisha Italiya
Add Flutter View to Native iOS App
Explore how to add Flutter views to iOS native views like UIViewController.
Sep 14, 2022
5 min read
ios
Flutter
Flutter Module
Flutter App Development
Amisha Italiya
iOS — Drag and Drop using CollectionView
Exploring interesting and less-used CollectionView APIs.
Aug 25, 2022
6 min read
swift
UIKit
CollectionView
Drag-and-Drop
Jimmy Sanghani
iOS — Infinite Marquee Animation with SwiftUI
Let’s explore how to apply the marquee animation effect on any view!
Aug 15, 2022
4 min read
SwiftUI
Animation
Programming
ios
Amisha Italiya
iOS — Persist Data using SQLite.swift Library with SwiftUI example
Learn how to use SQLite database with SwiftUI and perform CRUD operations
Aug 1, 2022
10 min read
swift
SwiftUI
SQLite
Database
Amisha Italiya
Getting Started with iOS Application Modularization
Learn how to modularize, package, and distribute iOS code
Jul 21, 2022
6 min read
swift
SwiftUI
Modularization
Architecture
Jimmy Sanghani
iOS — Animations in SwiftUI with Examples — Part 2
Let’s explore canvas drawing and keyframe animations.
Jul 14, 2022
7 min read
SwiftUI
Animations
Programming
swift
SwiftUI Animations
Amisha Italiya
iOS — How to handle Semantic Auto-Versioning on CI
Automate deployment with auto-versioning and save 25% of your time.
Jun 22, 2022
4 min read
ios
Deployment
CI/CD
Pipeline
Automation
Versioning
Auto Versioning
Jimmy Sanghani
iOS — Designing Data Layer For Offline-first Apps
Explore offline-first iOS apps that work flawlessly without internet, ensuring seamless usage wherever you go.
Jun 16, 2022
6 min read
swift
ios
Amisha Italiya
A Complete Guide to iOS App Auto Deployment with CI-CD
Build, Test, and Deploy your apps to AppStore Connect without using Fastlane
Jun 2, 2022
8 min read
ios
Deployment
CI/CD
Pipeline
Automation
Versioning
Auto Versioning
Jimmy Sanghani
Why and When you need Feature Flags — with examples
Control feature rollouts remotely and progressively after app store launch with advanced feature flag frameworks.
May 24, 2022
3 min read
Features
Android App Development
Web Development
Programming
Amisha Italiya
SwiftUI — MVVM State management in a simple way
Manage view states easily with MVVM architecture in the SwiftUI app
May 16, 2022
4 min read
ios
SwiftUI
MVVM
State Management
Jimmy Sanghani
Animations in SwiftUI with examples
Learn to implement captivating SwiftUI animations effortlessly.
May 6, 2022
6 min read
SwiftUI
SwiftUI Animations
ios
swift
Jimmy Sanghani
How to Do iOS Unit Testing: Ultimate Guide Part - 1
This is an ongoing series on writing Unit tests with best practices where we develop a TODO app with Effective tests.
Apr 21, 2022
8 min read
swift
SwiftUI
Testing
Programming
Amisha Italiya
Swift — 11 Useful Combine Operators You Need to Know
It’s time to discover how to manipulate the data in your Combine code
Apr 19, 2022
6 min read
ios
swift
SwiftUI
Combine
Operator
Amisha Italiya
1 min guide to iOS development best practices in 2022
A quick list of general guides for iOS app development in 2022.
Mar 2, 2022
3 min read
ios
SwictUI
MVVM
Unit Testing
Jimmy Sanghani
SwiftUI — Complex Navigation Made Easier With UIPilot
Explore implementing complex navigation with UIPilot versus NavigationView & NavigationLink. Dive into their complexities.
Feb 23, 2022
5 min read
swift
SwiftUI
ios
Programming
Amisha Italiya
SwiftLint Integration in Xcode and GitLab CI
Integrate a linting tool that enforces Swift style and conventions to the iOS project
Jan 19, 2022
4 min read
ios
swift
SwiftUI
SwiftLint
Linter
Amisha Italiya
iOS dev— Import Music from the User’s Device Using a Document Picker
Import the device's audio easily with Swift in your iOS app
Dec 23, 2021
3 min read
ios
swift
Audio
iPhone
Jimmy Sanghani
iOS: Create Stretchable Scroll view like in Spotify playlist with Swift
Master the art of creating dynamic, stretchable scroll views in iOS using Swift, akin to Spotify playlists. Unleash seamless user experiences today!
Mar 8, 2021
2 min read
Animation
swift
Follow us on
2024 Canopas Software LLP. All rights reserved.