FireUIPagedScrollView
FireUIPagedScrollView copied to clipboard
Crash after rotation
You can reproduce this with the demo project:
- Start the demo in landscape
- Choose simple pages demo
- Rotate to portrait
- Go back
- Rotate back to lanscape
- Crash
I guess it has something todo with a notification being send after the view has been destroyed.
did you find the issue? can you send a pull request?
Well I removed the use of NSNotificationCenter completely so I don't think its suitable for a pull request because it probably won't work on iOS 4.3.