honcheng / PaperFold-for-iOS

Paper folding animation for iOS
Other
2.7k stars 399 forks source link

setRightView and setLeftView? #55

Open kosso opened 11 years ago

kosso commented 11 years ago

Is it possible to programatically set the left or right view while folded?

Also is is possible to trigger a repaint/fresh screenshot/folds of the left of right view while folded (ie: out of vide). If I change something in the let view and unfold it, the change isn't visible until the view finally folds out.

Thanks.

honcheng commented 11 years ago

Hi Kosso, Do you mean change the left/right view?

To trigger a reprint, call drawScreenshotOnFold

kosso commented 11 years ago

Hi,

Yes I was wondering why setLeftContentView and setRightContentView had been deprecated?

Thanks for the info about the reprint.

On 3 April 2013 01:07, honcheng notifications@github.com wrote:

Hi Kosso, Do you mean change the left/right view?

To trigger a reprint, call drawScreenshotOnFold

— Reply to this email directly or view it on GitHubhttps://github.com/honcheng/PaperFold-for-iOS/issues/55#issuecomment-15810595 .

honcheng commented 11 years ago

Hi,

It is deprecated because I have replaced it with a new method. Check the README file. The method name is similar

Sent from my iPad

On Apr 3, 2013, at 8:18 AM, Kosso notifications@github.com wrote:

Hi,

Yes I was wondering why setLeftContentView and setRightContentView had been deprecated?

Thanks for the info about the reprint.

On 3 April 2013 01:07, honcheng notifications@github.com wrote:

Hi Kosso, Do you mean change the left/right view?

To trigger a reprint, call drawScreenshotOnFold

— Reply to this email directly or view it on GitHubhttps://github.com/honcheng/PaperFold-for-iOS/issues/55#issuecomment-15810595 .

— Reply to this email directly or view it on GitHub.