Related to Leave View Project

12 views
Skip to first unread message

Aanchal Chaurasia

unread,
Jul 2, 2013, 4:26:51 AM7/2/13
to leaves-d...@googlegroups.com
I am using portion of leaves project code,i want to change the image of leaves view after loading the view,bt its not happening. In viewDidLoad I am passing array of images that is working fine, but if i want to change that array or background image later on that is not working.Once the images loaded only that image is showing.How Can I change That Image?

Thanks In Advance

Ryan Duckworth

unread,
Jul 2, 2013, 5:38:31 AM7/2/13
to leaves-d...@googlegroups.com, aanchal....@techvalens.com
Write a function #1 that loads the images into the view.

Call function #1 from viewDidLoad.

Write a function #2 that removes the first set of images from the view.

Write a function #3 that loads the new images.

Call #2, then #3 when you need to change the images. You can also use pdf's and you can skip to a specific page after you load the images.

The reason you need to swap things out is that the PDF or images are converted into a digital mesh that allows the cool curve page turning look. It is already optimized so only the previous page, current page, and next page are held in memory.

Ryan

On Jul 2, 2013, at 3:26 AM, Aanchal Chaurasia <aanchal....@techvalens.com> wrote:

I am using portion of leaves project code,i want to change the image of leaves view after loading the view,bt its not happening. In viewDidLoad I am passing array of images that is working fine, but if i want to change that array or background image later on that is not working.Once the images loaded only that image is showing.How Can I change That Image?

Thanks In Advance

--
You received this message because you are subscribed to the Google Groups "Leaves Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leaves-develop...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages