Scroll Indicator not visible for collection view inside tablview cell - ios

I have collection view inside every row of tableview cell.
The vertical scroll indicator is getting displayed correctly.
But when we scroll horizontally then scroll indicator is not visible. When we scroll to the end of the list then horizontal scroll is visible. I want scroll indicator to be visible in the end of the tableview.

Related

UIWebview inside uitableview and scrolls contrary to the uitableview's scroll

I have UIWebview inside a UITableview.
I want when my tableView scrolls to bottom of the screen and when we reach the cell of UIWebview, my webview scrolls content to top in order to show its content to the user.
so the webview should scroll its content automatically when mytableview scrolls .
UPDATE : Explanation
In fact, this is my problem :
I want that my webview (which is inside a cell indexpath = 2) scrolls to top so we will have its y negative value in order to show its content while the tableview scrolls to bottom

Tag view scrolls works only fixed height inside the UITableview

I had a tag view inside the UITableview. so the tag view scroll works only the fixed height. how can i overcome if i scrolls the tag view upward direction it has to detected the UItableview scrolls and if the UItableview scroll downward it has to detected the tag view scrolls.

Transfer event between two scroll

I have table view and scroll view. Table view is on scroll view. Now I want to drag scroll view and if scroll view dragged to some point, scroll view should stop drag and table view start to scroll within single drag (touch) event. I tried it with UIPanGestureRecognizer and also tried with implementation of - (void)scrollViewDidScroll:(UIScrollView *)scrollView.
But not getting success.
This is implementation [Please go through image. table view scrolling and depend on that above view moved to top. now i want table view scroll to stop and move table view and topView to top and when topView invisible tableview should scroll withn that single drag event]
Up Scrolling Table View:
Down Scrolling Table View:

UICollectionView not able to scroll to see the entire cell in the last row

I am adding collection view inside UIView. At the first, I can scroll to the end of the cell but when i am clicking the button in the view, i can't scroll to see the entire cell in the last row.

How to fix the position of a tableview cell on the top of the view

I have a table view containing a segmentController as one of its cells. What I want to do is when I scroll up the table view, this segmentController is fixed on the top of the view as the content goes up, rather than disappear.

Resources