Popover dismiss click outside iOS swift
Problem:
I want to dismiss the view while tap on outside of the view after popover presented.How can i achieve that?
Solution:
func popoverPresentationControllerS
return true
}
Add the above function in your viewcontroller with popover delegate.
Comments
Post a Comment