Only one change to prevented from crash
let alert = UIAlertController(title: "Image Selection", message: "From where you want to pick this image?", preferredStyle: .actionSheet)
only change preferred style as alert instead actionSheet
let alert = UIAlertController(title: "Image Selection", message: "From where you want to pick this image?", preferredStyle: .alert)
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: