Mobile development: Adding a global button in an iOS app with AppDelegate and SceneDelegate
In this tutorial I’d like to show you how to present UIButton
over all visible views in your mobile app. This solution is designed for iOS 13 and newer versions, so it can be implemented in AppDelegate
or SceneDelegate
.