Guest User

Untitled

a guest
Aug 14th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class yourViewController: UIViewController, DropperDelegate {
  2. ...
  3. @objc func DropperSelectedRow(_ path: IndexPath, contents: String) {
  4. print(path)
  5. print(contents)
  6. }
  7. }
  8.  
  9. let dropper = Dropper(width: 80, height: 200)
Add Comment
Please, Sign In to add comment