isUserInteractionEnabled = false
にすることで、インジケーターやトーストを表示中にボタンタップなどの操作ができるようになる。
let toast = MBProgressHUD.showAdded(to: view, animated: true)
toast.isUserInteractionEnabled = false
Go to list of users who liked
More than 3 years have passed since last update.
isUserInteractionEnabled = false
にすることで、インジケーターやトーストを表示中にボタンタップなどの操作ができるようになる。
let toast = MBProgressHUD.showAdded(to: view, animated: true)
toast.isUserInteractionEnabled = false
Register as a new user and use Qiita more conveniently
Go to list of users who liked