swift

How to preload content in SFSafariViewController

SFSafariViewController offers iOS developers to load web page inside their app’s. Though there is another control called WKWebView that does the same thing, but offers more customization’s. One should use WKWebView if your app implements customize behavior (UI or behind the scene thing). If you want to show only a webpage for example privacy policy […]

How to preload content in SFSafariViewController Read More »

Integrate push notification using Firebase messaging in swift – iOS swift tutorial

Things required to integrate Push notification Before we jump on to integrate push notification using Firebase messaging in iOS swift, you need few things at your disposal to test iOS push notification. Below is the list of things required to integrate and check push notification integration in iOS. iPhone device – Push notification did not

Integrate push notification using Firebase messaging in swift – iOS swift tutorial Read More »