iOS
-
Email Composer on iOS
Read in this post how to present and configure the system provided email composer, allowing users to send emails through your own iOS apps.
-
Toggle View in SwiftUI
Learn how to use the toggle view in SwiftUI, and how to create custom styles in order to override the default appearance with unique views.
-
Integrating Video Playback In iOS Apps Using SwiftUI
Adding video playback capabilities in SwiftUI is an easy task, and here you will learn how to do so both for iOS 14+ and previous versions.
-
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.
-
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.
-
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.
-
GTFetchableImage
A Swift protocol for fetching, caching and handling remote and local images fast and reliably in Swift based applications as a Swift Package.