How to Add a button on the navigation bar in Swift 5
Navigation Bar is the most common component in the iOS Apps, it allows us to navigate the application. As we all know there is NO back button on the iPhones.…
Navigation Bar is the most common component in the iOS Apps, it allows us to navigate the application. As we all know there is NO back button on the iPhones.…
Singleton class in swift is a very useful and popular design pattern in development. Most of the developers are using this design pattern. This is very simple, common, and easy to use…
UIView is the core element in swift, we always use UIView if we want to create something unique like a custom design, a custom button. It is an object which…