-
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.
-
GTBlurView
Add blur effect to any view in iOS based projects using a simple, modern and declarative way. Available as a Swift package.
-
GTNetMon Swift Package
Integrate network monitoring capabilities in Swift projects!
-
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.