notifications

  • Does SwiftUI View Not Compile? Time To Start Making It Lighter

    Does SwiftUI View Not Compile? Time To Start Making It Lighter

    Read about an actual issue in SwiftUI met in a real project making it impossible to compile, and a useful working solution to get around it.

  • Simplifying Keyboard Notifications Handling on iOS

    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.

  • Passing Data in iOS: Delegates, Notifications, and Closures

    Today, I’m going to discuss about an important and definitely interesting topic which focuses on a quite often overlooked concept. And, this question is commonly asked by beginners: How do you implement communication internally in apps and exchange messages properly among classes or other entities in Swift projects?

  • A Beginner’s Guide to Push Notifications in Swift

    “Push Notifications? Ohh, no!”. Yes, that’s the first thing that was coming to my mind when I was called to implement push notifications in an iOS app, and I’m pretty confident that it has been coming to yours as well. And not because it’s difficult to use push notifications, it’s just all that series of…