Status touch event for scroll to Top for tableView is not working inside the tabbar
I have two view A and B
Both the views are same and are table View controller
View A is outside tabbar (simple View) and View B is inside Tababar.
On View A status touch event is working fine .
If on selecting View A cell it add the Tabbar view containing View B [self.view addsubView:tabbar.view];
Now try the status touch event in View B , the scroll to top is not working .
Thanks