ultragtx / GSBookShelf

An iBooks-styled book shelf for iOS (Animation of drag & drop, insert, remove...)
Other
426 stars 90 forks source link

problem with integration #4

Closed gigirizzi closed 11 years ago

gigirizzi commented 11 years ago

hi, i try to use this controll in my application i push the principal control in my navigator , i can see the list book, but when i tap the back button in navigation bar i have a crash in didMoveToSuperview function

ultragtx commented 11 years ago

@gigirizzi Could you please provide more detail, or maybe a part of your project ?

I thought you mean:

  1. ViewControllerA >> push >> GSBookShelf (in a ViewController); Crash when GSBookShelf back to ViewControllerA
  2. GSBookShelf >> push >> ViewControllerB; Crash when ViewControllerB back to GSBookShelf

I tried both and neither of them crash.

gigirizzi commented 11 years ago

hi, i have a viewcontrollerA thath with action make push of viewcontroller(contin in your demo project ) the view controller make [self.view addSubview:_bookShelfView];

2012/10/31 Xinrong Guo notifications@github.com

@gigirizzi https://github.com/gigirizzi Could you please provide more detail, or maybe a part of your project ?

I thought you mean:

1.

ViewControllerA >> push >> GSBookShelf (in a ViewController); Crash when GSBookShelf back to ViewControllerA 2.

GSBookShelf >> push >> ViewControllerB; Crash when ViewControllerB back to GSBookShelf

I tried both and neither of them crash.

— Reply to this email directly or view it on GitHubhttps://github.com/ultragtx/GSBookShelf/issues/4#issuecomment-9930237.

gigirizzi commented 11 years ago

for disaply the navigation button standar for back i have commentated initBarButtons function...

2012/10/31 Luigi Rizzi gigi.rizzi@gmail.com

hi, i have a viewcontrollerA thath with action make push of viewcontroller(contin in your demo project ) the view controller make [self.view addSubview:_bookShelfView];

2012/10/31 Xinrong Guo notifications@github.com

@gigirizzi https://github.com/gigirizzi Could you please provide more detail, or maybe a part of your project ?

I thought you mean:

1.

ViewControllerA >> push >> GSBookShelf (in a ViewController); Crash when GSBookShelf back to ViewControllerA 2.

GSBookShelf >> push >> ViewControllerB; Crash when ViewControllerB back to GSBookShelf

I tried both and neither of them crash.

— Reply to this email directly or view it on GitHubhttps://github.com/ultragtx/GSBookShelf/issues/4#issuecomment-9930237.

ultragtx commented 11 years ago

@gigirizzi Still can't figure out how to reproduce the crash.