Questions tagged [dismiss]

For questions related to calling the "dismiss" method in a button click listener.

By calling this method in a button click listener, the user can close a dialog and continue using the application.

633 questions
-5
votes
1 answer

How to view remove subview?

let overlayView = UIView() overlayView.backgroundColor = UIColor(red: 0, green: 0, blue: 0, alpha: 0.35) overlayView.frame = self.view.bounds func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if indexPath.row ==…
Enes Ozel
  • 1
  • 1
-6
votes
2 answers

Dismiss keyboard after a user entered 11 digit

I've been looking for a solution in the site to dismiss keyboard after a user entered 11 digits. I found a Solution here, but it is an Objective-c and I'm looking for a swift code, can anybody help?
Am1rFT
  • 177
  • 1
  • 2
  • 11
1 2 3
42
43