Hello,
I have just integrated your library.
When I alloc first time, it works proper. Then I change root view controller of window for logout.
Then I again login and change root view controller to the SJSegmentedViewController.
It says
"An instance 0x7fa0e38b5600 of class UICollectionView was deallocated while key value observers were still registered with it."
I have collection view in my class So I have implemeted as per your doc to observer the scrolling
extension HomeVC: SJSegmentedViewControllerViewSource {
Hello, I have just integrated your library. When I alloc first time, it works proper. Then I change root view controller of window for logout. Then I again login and change root view controller to the SJSegmentedViewController. It says "An instance 0x7fa0e38b5600 of class UICollectionView was deallocated while key value observers were still registered with it."
I have collection view in my class So I have implemeted as per your doc to observer the scrolling extension HomeVC: SJSegmentedViewControllerViewSource {
Let me know the solution because I am in hurry. Thanks.