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.