Top "Uiscrollviewdelegate" questions

The methods declared by the UIScrollViewDelegate protocol allow the adopting delegate to respond to messages from the UIScrollView class and thus respond to, and in some affect, operations such as scrolling, zooming, deceleration of scrolled content, and scrolling animations.

iPhone - knowing if a UIScrollView reached the top or bottom

Is there a way to know if a UIScrollView has reached the top or bottom inside - (void)scrollViewDidEndDragging:(UIScrollView *)…

ios objective-c iphone uiscrollview uiscrollviewdelegate
Detecting UIScrollView page change

Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?

iphone objective-c ipad uiscrollview uiscrollviewdelegate
UIScrollView, reaching the bottom of the scroll view

I know the Apple documentation has the following delegate method: - (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView; // called when scroll view grinds …

iphone uiscrollviewdelegate
Setting contentOffset programmatically triggers scrollViewDidScroll

I've got a a few UIScrollView on a page. You can scroll them independently or lock them together and scroll …

ios uiscrollview uiscrollviewdelegate
Custom UIScrollView paging with scrollViewWillEndDragging

I'm trying to use the new scrollViewWillEndDragging:withVelocity:targetContentOffset: UIScrollView delegate call in iOS 5 but i can't seem to get …

ios uiscrollview uikit uiscrollviewdelegate
Become UIScrollViewDelegate delegate for UITableView

I have a UITableView instance variable. I want to be able to register my view controller to be the UIScrollViewDelegate …

iphone cocoa-touch uitableview delegates uiscrollviewdelegate
scrollViewWillEndDragging:withVelocity:targetContentOffset: not working on the edges of a UISCrollView

I'm trying to implement a custom tab bar which is scrollable and has paging at each tab bar item. For …

ios uiscrollview ios5 uiscrollviewdelegate
UICollectionView doesn't bounce when datasource has only 1 item

I have a UICollectionView with a custom UICollectionViewFlowLayout. It scrolls horizontally and only shows one item at a time (full …

iphone ios uicollectionview uiscrollviewdelegate uicollectionviewlayout
UIScrollView delegate methods not calling properly

In order to scroll up and down i need to call two methods for that I have used the below …

iphone ios uicollectionview uiscrollviewdelegate