atsusy / TiPaperFold

Titanium Mobile module for "PaperFold for iOS"
MIT License
63 stars 21 forks source link

How to implement drawScreenshotOnFolds? #26

Open kosso opened 11 years ago

kosso commented 11 years ago

Hi,

I need to be able to trigger a repaint of a folded up view. If I change the content of the container left/right views, the folded screenshot images don't update until the view is folded all the way out. So, I need to be able to call the PaperFold drawScreenshotOnFolds method on the left/right views.

Can this be done?