fedefrappi / AePubReader

Another ePub Reader for iPad
-
369 stars 150 forks source link

Stop Pagination #17

Closed engWaleed closed 11 years ago

engWaleed commented 11 years ago

how can we stop the pagination before it ends by it self ?

tuantmdev commented 11 years ago

Just create a variable and mark it as you want (BOOL wantToStop = YES) and check it in Chapter delegate. If YES, stop loading next chapter.

engWaleed commented 11 years ago

thank you very much , you set me on the right place , i did put a flag , and it get checked b4 starting a new chapter , if it is to be stopped i don't start paginating the next one ..