-
A Step by Step Guide on how to Create a XCFramework and Distribute it as a Swift package
Learn in this post how to create a binary framework using the new XCFramework format, and then how to distribute it as a Swift package.
-
Video Tutorial: Override Status Bar Style On Navigation Controller Based iOS apps
Discover a simple technique that lets you override the default status bar style in view controllers embedded in a navigation controller on iOS projects.
-
Video Tutorial: Simplifying Keyboard Notifications Handling on iOS
Implement fast an extremely handy working solution that allows to manage keyboard events painlessly & effortlessly everywhere, anytime!
-
Simplifying Keyboard Notifications Handling on iOS
Learn how to implement a totally different way to deal with keyboard notifications in UIKit based iOS projects that's extremely easy to use.
-
Testing In-App Purchases Using StoreKit in Xcode 12
Xcode 12 introduces local in-app purchases testing, a definitely much desired feature! This post shows step by step how to do local IAP testing and save time in order to focus more on the development flow.
-
How to Reuse SwiftUI Views with LibraryContentProvider and Swift Package
Xcode 12 makes it possible to reuse SwiftUI views not only within the same project, but also among multiple projects using Swift packages. Read this post to find out how.
-
Using LinkPresentation Framework to Present Rich Links in iOS Apps
Fetch link metadata, store it and use it to present links in a beautiful and well visually formatted manner. Show title, icon, images, and more with the LinkPresentation framework presented in WWDC 2019.
-
What’s New in Xcode 12 and Swift 5.3
WWDC 2020 is finished, and Xcode 12 with Swift 5.3 are coming soon. Find out all new highlights on both of them.