Create a DropDown Menu in Swift

DropDown menu is not a provided functionality in iOS application development, we are dependent on UIPicker or AlertSheet which doesn't look like Dropdown Menu or we need to use the…

Swift 5.1 – How to make Drawing App

In this tutorial, we'll look at how we can build a very simple drawing app. We will learn how we can change the color, stroke size, opacity, and even save…