Guest User

Untitled

a guest
Apr 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. let infoButton = UIButton.init( type: .infoLight )
  2. let infoBarButtonItem = UIBarButtonItem.init( image: infoButton.image( for: .normal ),
  3. style: .plain,
  4. target: self,
  5. action: #selector( infoBarButtonItemTouched ) )
Add Comment
Please, Sign In to add comment