Top "Contentoffset" questions

The point at which the origin of the content view is offset from the origin of the scroll view.

UITableView + Add content offset at top

I need to add some blank space to the top of my UITableView that does not affect the size of …

ios uitableview cocoa-touch uikit contentoffset
How to keep UITableView contentoffset after calling -reloadData

CGPoint offset = [_table contentOffset]; [_table reloadData]; [_table setContentOffset:offset animated:NO]; //unuseful // __block UITableView *tableBlock = _table; // [self performBlock:^(id sender) { // […

ios uitableview reloaddata contentoffset
UITableView contentOffSet is not working properly

In viewWillAppear, I have added UISearchBar as my headerview of UITableView. When view loads, I hides UISearchbar under UINavigationBar using …

iphone ios uitableview contentoffset
UICollectionView contentOffset changes with custom layout

I have a UICollectionView with a custom UICollectionViewLayout (actually, I'm using this nice layout). I set contentOffset = CGPointZero in viewDidLoad. …

ios uicollectionview uicollectionviewlayout contentoffset
Smooth move of the contentoffset UIScrollView Swift

I would like to set the contentOffset of my scrollview programmatically when the contentOffset is between two points (please see …

swift animation uiscrollview contentoffset
Detecting UIScrollView Position

I am trying to use a UIScrollView as a navigation device in my iOS application. Basically, I want the application …

objective-c ios uiscrollview contentoffset
Get current position of UIScrollView

I'm coming from Android and i'm getting a lot of headache in IOS. I need to make a scroll menu …

ios objective-c uiscrollview position contentoffset
Animating UICollectionView contentOffset does not display non-visible cells

I'm working on some ticker-like functionality and am using a UICollectionView. It was originally a scrollView, but we figure a …

ios animation uicollectionview contentoffset
How to get the scroll position of a UITableView in real time

I need to get the scroll position of a table view in real time. What I am currently doing is: …

ios swift uitableview uikit contentoffset
UIScrollview animation depending on content offset

I'm using a horizontal UIScrollView, and I want a background color transition depending on the x value of the content …

ios xcode animation uiscrollview contentoffset