Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /* The UIImageView responds to touches with this init: */
  2. _maxAltitudeSlider = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"defaultImg.png"] highlightedImage:[UIImage imageNamed:@"defaultImg.png"]];
  3.  
  4.  
  5. /* Same file, renamed in Photoshop -- UIImageView ceases responding to touches: */
  6. _maxAltitudeSlider = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"upper_alt_handle.png"] highlightedImage:[UIImage imageNamed:@"upper_alt_handle.png"]];
Add Comment
Please, Sign In to add comment