In this video, I’m going to show how to create the WatchOS 10 Heart App Animation Using SwiftUI.
Have a Flutter app that you’re ready to release to the iOS App Store? In this video Leigha Jarett shows you how to navigate Apple and...
They're unnecessary and don't carry much meaning, but that's what makes them fun. Clearly, the developer enjoyed exploring the possibilities of iOS 17's interactive widgets and...
swift-testing is a modern, open-source testing library for Swift with powerful and expressive capabilities. It gives developers more confidence with less code. Important This package is under...
Dive into the step-by-step process of integrating Dynamic Islands into your Flutter project, making your app adaptable to user preferences and device capabilities.
DeviceKit is a value-type replacement of UIDevice. Current version 5.1.0 See our detailed changelog for the latest features, improvements and bug fixes. Features Equatable Device identification Device family...
In this video, I’m going to show how to create a custom alert view that can be used anywhere inside the SwiftUI view.
iOS Security Suite is an advanced and easy-to-use platform security & anti-tampering library written in pure Swift! If you are developing for iOS and you want...
In this video, I want to introduce you to the iOS and MacOS Symbols framework that was introduced at wwdc2023. I will be introducing you to...
EmojiPalette – Emoji Picker for iOS using SwiftUI. Requirements Development with Xcode 14.3.1+ Written in Swift 5 swift-tools-version: 5.8 Compatible with iOS 16.4+ Usage import SwiftUI...
SDWebImageSwiftUI is a SwiftUI image loading framework, which based on SDWebImage. It brings all your favorite features from SDWebImage, like async image loading, memory/disk caching, animated image...
Starting in April 2024, apps submitted to the App Store must be built with Xcode 15 and the iOS 17 SDK, tvOS 17 SDK, or watchOS 10 SDK (or later).
Moments builds on that desire to remember to stay in touch, but offers a lot more tools.
An example of a custom animation of the user’s avatar smoothly flowing and dissolving into the Dynamic Island, following the example of how it is done...
In this repository, you’ll find a collection of small, reusable code snippets that you can freely use and integrate into your own projects. These tiny UI...
Generate Swift client and server code from an OpenAPI document.
We will take a look at the new chartSelection method first on a BarChart which has greatly simplified our ability to select and access chart information.
Core Data is a powerful framework from Apple for managing the model layer objects in for macOS, iOS, watchOS, and tvOS applications.
Enhance the development experience with CoreData by providing greater type-safety and intuitive functionality Overview 🕹️ Take full control of your CoreData management. 🧑💻 100% managed code,...
Today, we’ll create an advanced text validation with Combine. We’ll start by going through the most common solution and its limitations. Then we’ll fix it with...