UIAlertController is one of the most basic component of the app development, because using the UIAlertController to get the feedback, confirmation, choose between the options from the user, also we do alerts.
Examples: 1. Simple Alert 2. Simple Action Sheet 3. Alert with distractive button 4. Alert with more than 2 buttons 5. Alert with UITextField

