Monthly Archives: December 2019

Show Push Notifications when app running in the foreground iOS Swift
Push notifications are a nice way to inform your users about the offers, user-specific updates or any message that you want to broadcast to all users. If your app is running, it can be in two states. Either in the background or in the foreground. Push notifications work well when the app is in the […]

Passing Data Between View Controllers in Swift
Passing data from one view controller to another view controller is something you need in almost every app. But yet I have seen many people struggling with this. So I have decided to write this blog for beginner level iOS App Developers to understand how to pass the data. There could be two scenarios when […]