Dillion / iOS-Flip-Transform

Core Animation framework for navigating data by flipping
919 stars 156 forks source link

Dynamic pagination #18

Open GabrielV opened 9 years ago

GabrielV commented 9 years ago

Hi, I'm using FlipView, but I need to add multiple pages, so I'm dynamically loading these pages, I made a paging navigation using the method: - (void) animationDidFinish: (int) direction, when it comes to my last page I carrigo 5 more and so I loading, but I do not know if I'm doing it right, because the application closes and I can not debug, does not appear any error, what I'm doing is to remove all pages: [flipView.imageStackArray removeAllObjects]; and add news pages : [FlipView printText: @ "" usingImage: img1 backgroundColor: [UIColor clearColor] textColor: [UIColor clearColor]]; strange that this error only happens on the phone, the emulator works ok, in the cell phone when I get on the page 13 it closes without giving error, the emulator will apparently slowing down, looking at the memory everything is ok, any tips? I'm doing the right way?

Thanks You.

Gabriel.