Advertisement
sau1

leftImage

May 12th, 2012
2,777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  //add an image to the left of the annotation
  2.    var leftImage = Titanium.UI.createImageView({
  3.      image: 'images/start.png',
  4.      width: 25,
  5.      height: 25
  6.    });
  7.    annotation.leftView = leftImage;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement