imageview - Appcelerator. Change image in image view on click -


titanium sdk version: 1.7.0 iphone sdk version: 4.2

i developing ios app , got image acts button in row in table , when click image view want change image image.

for example if click image view displays picture1.png want show picture2.png after click.

how can this?

i tried e.source.image = "picture2.png"; did not work.

solved using:

e.source.image = '../images/picture2.png'; 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -