Custom Alert in swift
Custom Alert in swift

Custom Alert View Swift 4 (Xcode 11.1)

Alerts are a very common way to display the message to the users. Alerts show information to the user which is important and the user must take an action on…

UITableView With Sections
UITableView With Sections

How to Create UITableView with sections in Swift 5

Whenever we have to show the multiple items on the list, the first thing that comes to mind is UITableView. UITableView is the essential UI component in iOS Application Development.…

pulse animation
pulse animation

Create Pulsing Animation in Swift

Animations in the applications are the key elements to hold the user and also enhances the user experience which lets the user use the application more. In this tutorial, we…

Slide up menu animation
Slide up menu animation

Create a Slide-Up Menu in Swift

Showing views with some animation is very common in iOS applications and people love these animations. Animations enhance the user experience and that hold the user in the application. In…