Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. shareButton = UIBarButtonItem(
  2. image: UIImage(named: "square.and.arrow.up"), // the name for the 'action' (Share) glyph
  3. style: .plain,
  4. target: self,
  5. action: #selector(mySelector))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement