Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. var win = Ti.UI.createWindow({
  2. backgroundColor: '#ffffff'
  3. });
  4.  
  5. var imageView = Ti.UI.createImageView({
  6. width: 200,
  7. height: 200,
  8. image: "http://api.referron.com.s3.amazonaws.com/imageuploads/8d04106b-062a-4faa-a881-11df29848d15c:/dwasfiles/sites/referron-production-dashboard/virtualdirectory0/site/wwwroot/temp_upload/screen shot 2013-10-03 at 11.41.06 pm.png"
  9. });
  10. win.add(imageView);
  11.  
  12. win.open();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement