atsusy / TiPaperFold

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

Unable to set leftView or rightView #25

Open kosso opened 11 years ago

kosso commented 11 years ago

After creating the paperFold, I seem to be able to set the centerView programatically whenever I like, but I cannot set the rightView or leftView.

Any reason for this?

I notice some deprecated functions in the paperFold source.

One thing I can do though, is set a view within the left or right container view, BUT it doesn't redraw it until folded out. You still see the old view from the image capture until folded out.

Is there any way to 'repaint' the views when not in view?

Thanks.