protocol
-
The Equatable Protocol In Swift
Learn about the Equatable protocol in Swift, find out when it’s necessary to adopt it and meet an additional reason that makes it important.
-
New Feature in Xcode 14 – Inserting Code Automatically To Codable Types Using Auto-Completion
Learn how to let Xcode 14 auto-complete all the necessary code in Codable types when they don’t conform automatically to it.
-
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.
-
Handle In-App Settings With GTManageable Protocol
Manage in-app settings and configuration easily with the GTManageable protocol. It comes as a Swift package for easy integration.
-
GTStorable Framework as a Swift Package
GTStorable framework is now available to get as a Swift Package!
-
GTStorable Framework
A new custom framework on Github that enables any Codable-conforming type to perform file operations (save, load, etc) by just adopting GTStorable.