You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I using MZFormSheetPresentationController for showing pop up in swift.
when using this component codes in UIViewController with table view usually must work with one tap on cell for showing my fav pop up. But now I must tapping for two time.
The text was updated successfully, but these errors were encountered:
@objc func handleSingleClickOnTableViewCell(gestureRecognizer:UITapGestureRecognizer) {
let p:CGPoint = gestureRecognizer.location(in: tableView)
let indexPath:IndexPath = tableView.indexPathForRow(at: p)!
let obj= dataSourceArr[indexPath.row]
//So you can set pop up code here
}
Hello
I using MZFormSheetPresentationController for showing pop up in swift.
when using this component codes in UIViewController with table view usually must work with one tap on cell for showing my fav pop up. But now I must tapping for two time.
The text was updated successfully, but these errors were encountered: