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.
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.
Discover a simple technique that lets you override the default status bar style in view controllers embedded in a navigation controller on iOS projects.
Implement fast an extremely handy working solution that allows to manage keyboard events painlessly & effortlessly everywhere, anytime!
I’ve always felt the desire to create video-based content, and finally that day has come! My first video tutorials are published on YouTube! Read on for details.
SerialCoder.dev is the new home for all content of my previous website, gtiapps.com, and it’s gonna host a series of exciting new stuff!
Discover a simple technique that lets you change the status bar style in view controllers embedded in a navigation controller on UIKit.
Learn how to implement a totally different way to deal with keyboard notifications in UIKit based iOS projects that’s extremely easy to use.
iOS 14 brings along great controls! A brand new color picker, updated date picker, menus to present anywhere, advancements to buttons and bar button items, and more. Find all that great new and updated stuff in this post.
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.
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.