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.
4
votes
0answers
150 views
How to use viewForZoomingInScrollView with simplified fake view in UIScrollView?
I've looked all around the internets but could not find an example where viewForZoomingInScrollView returns a simplified fake view for zooming.
The reason I'm asking is that the zoom stutters when ...
-1
votes
1answer
151 views
Delegates and methods not working as expected
I've been trying to fix a problem with an app I'm working on. After searching and browsing questions here I think there's a problem with delegates and some methods.
The code is for implementing a ...
1
vote
2answers
205 views
UIScrollViewDelegate methods not working with a UITextView subclass
I have a class MyTextView which inherits from UITextView. I also have a MyViewController which is a subclass of UIViewController. MyViewController implements the UITextViewDelegate protocol and is set ...
0
votes
0answers
45 views
UIScrollView stop-positions issue
I have the following issue with a UIScrollView object.
I want the object to stop at given positions.
Eventhough I have implemented scrollViewDidEndDragging:willDecelerate: and ...
0
votes
1answer
412 views
how to disable vertical scrolling while user scrolls horizontally ?
I have a UIScrollView in a UIView. I'm using my UIScrollView in pagingEnabled mode. I don't want to allow users scroll bidirectionnally at the same time.What i mean is,if user starts to scroll ...
1
vote
0answers
197 views
In uiscrollviewdelegate, is it possible to set targetContentOffset to a negative value?
I have a UIScrollView which is the same width as its superview. It has a very wide contentSize and scrolls horizontally.
I am trying to use the delegate method ...
0
votes
1answer
234 views
UIScrollView issue: forbid to “scroll to empty space”
I have UIScrollView with 3 pages. It's difficult for me to explain my issue, that's why I will try to explain it comparing with table view.
When you have table view, you can scroll to see space that ...
0
votes
1answer
489 views
why UIScrollView doesnt call it's Delegate?
the problem is I make a new UIScrollView at Xib and then link the delegate to owner..
some how the delegate doesnt called.. any clue? or simple example for UIScrollView
sorry I am a new ios developer ...
0
votes
1answer
26 views
UIScrollVewDelegate methods not invoked
I have a UITableview, a UITextField and a few other elements inside a UIScrollView. The scrollview has 'scrollEnabled' set to NO until the UITextField becomes first responder. My Controller class is ...
1
vote
2answers
438 views
scrollViewDidScroll delegate is invoking automatically
I am using scrollViewDidScroll delegate in my application.
But, many times, even though I dint start scrolling, this delegate is getting invoked which is creating a lot of problem. I heard that even ...
0
votes
1answer
55 views
drag for two UIScrollViews
I have two UIScrollViews, aScroll and bScroll. And the bScroll is the aScroll's subView. Problem I am facing is, i want to drag in bScroll and do not affect the aScroll.
Can someone help me here??
...
0
votes
2answers
128 views
Displaying a button at the bottom when scroll up
I'm a newbie to iOS and i'm trying to develop an application based on news.
In my application , I have a Root View Controller which is a Table View Controller to display news' title and news' images. ...
2
votes
0answers
290 views
UIScrollView scrollViewDidEndDragging not being called when scrolling quickly
I've implemented scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate in my UIScrollViewDelegate. The method gets called no problem except for when I scroll very ...
0
votes
1answer
426 views
UIScrollView is not zooming
I'm having issue with the zooming feature of UIScrollView. It does not work at all. I have read similar posts and none of the fixes others used seem to work for me. My viewController references ...
0
votes
0answers
196 views
iPhone Facebook Style Menu - Crashing when scrolling uitableview
I am trying to implement a side menu like Path / Facebook. I created a UIViewController with a UITableView and a UIImageView. I setup everything in my app delegate by creating a navigationcontroller ...
1
vote
2answers
214 views
observe scroll view's 'dragging' property but received no notification
I have a custom view that is added to as a subview of a scrollview, and i want that view automatically repositioned whenever the scroll view scrolls. In addition to observe the scroll view's ...
0
votes
1answer
139 views
scrollViewWillEndDraggin:WithVelocity:targetContentOffset delegate method bug
I am implementing a UIScrollView and its delegate in a UIViewController. It scrolls in the horiztonal way.
WHat I want is to set "magnetism" when the view is dragged and is stabilizing.
to do that, ...
0
votes
1answer
79 views
In UIScrollview restrict a particular delegate from the uiscrollview delegate list
From the list of available UIScrollview delegate list . I want to restrict a selective uiscrollview delegate function namely:
(UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView;
I want ...
0
votes
1answer
112 views
Preventing screen redraw at max/min zoom of UIScrollView
My app has a relatively expensive screen redraw. In its original form, we had the minimum zoom of the UIScrollview set to 100% and the max at 400% scaling, and in scrollViewDidEndZooming, we redraw ...
0
votes
2answers
167 views
UIScrollview subviews show incorrect frames when enumerated
Hi guys i have an issue i cannot get my head around.
I have broken down this issue into its own project and i can still reproduce it.
I have a scrollview say with a 30 uibutton layed out. (for ...
2
votes
2answers
378 views
Detect sudden scroll stop in UIScrollView
I would like to know how to use the UIScrollViewDelegate to detect when the scroll view stops moving suddenly because the user has touched and held the screen after momentum has been initiated from a ...
0
votes
3answers
605 views
UIScrollViewDelegate not firing methods
I have a View that has a UIScrollView, with some text (loaded via JSON). I need to detect when the user has reached the end of the scroll (I have seen other questions about it here) but the problem ...
0
votes
0answers
194 views
UIScrollView zoom issue
I have UIScrollView. I should show small image first, and big image , when I zoom image.
If I use this code, everythink is OK:
- (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollViewCalled
...
0
votes
2answers
237 views
Can't set image in UIScrollView after zooming
I use ImageScrollView to show image. At the begining I show only small image. And when user tries to zoom, I load big image. First I wanted to do this using this code:
- (UIView ...
0
votes
1answer
287 views
UIScrollView Zooming Crashes App with Exc_Bad_Access
I am getting a Exc_Bad_Access error in main when I try to scroll my UIScrollView. This program is simple. I have A UIViewController added in AppDelegate. Then, here is the code in the ViewController. ...
1
vote
3answers
1k views
iOS. How do I restrict UIScrollview scrolling to a limited extent?
What is the best way to set limits on the left/right scrolling of a UIScrollView. I would have thought this would be easy but all my attempts have been unsuccessful.
So, to be clear, I need a ...
11
votes
5answers
3k views
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 that i'm using the delegate scrollViewWillEndDragging:withVelocity:targetContentOffset: which ...
4
votes
1answer
330 views
UIScrollView ContentOffset not Reaching Edge of Screen
I'm having a problem with UIScrollView, not sure if it's a bug or not, but it's occurring when I implement a UIScrollView with its delegate and a zoomable / pannable image.
First off, when I pan the ...
0
votes
1answer
896 views
What UIScrollview delegate method that will called after programmatic-generated scroll finishes
i need some help, i really need to know what UIScrollView delegate method that will called after i do some programmatic-generated scroll. From this link, i know that I have to try to implement
- ...
0
votes
1answer
538 views
UIScrollView subclass and custom delegate: detect scroll events on the subclass and on the delegate
I'm creating an UIScrollView subclass. On this subclass, I need to detect the scroll events, but I also want to enable the detection of scroll events on a delegate. Also, this UIScrollView subclass ...
0
votes
0answers
119 views
Auto zoom to predefined position in photo
I am writing a small custom presentation app. There is no need for it to be very general. I want to zoom in on a series of places in a particular photo automatically with a button click. Next ...
2
votes
1answer
406 views
UIScrollView not respecting minimumZoomScale after changing the subview
I'm hitting a problem getting a UIScrollView to update correctly in response to a change in the minimum zoom scale.
The scrollview has a UIImageView as a subview, and the image property of the ...
0
votes
1answer
367 views
UIScrollView lags when adding UIView with multiple views
I've been working on a Crosswords app for a while and this problem keep returning no mater what i try.
The actual game runs in an UIScrollView because the player should be able to zoom, pan etc.
To ...
2
votes
1answer
311 views
How to trigger action when scrolling in UIScrollView?
I am writing a small app about display images from a news website. Let say there are plenty of images. But each time it loaded, I just want to load 3 images and then display them on the screen. Only ...
1
vote
1answer
593 views
Problems when overriding scrollViewDidScroll, but not all the other methods of UIScrollViewDelegate
Okay, so I did all the research for this issue but none of the existing solutions seem to address my problem, so here it is:
I have a custom class that extends UIScrollView (and contains a UIView)
...
0
votes
1answer
764 views
How can you pin a header overtop of a UIScrollView that only scrolls in the x dimension?
I have a UIScrollView that is displaying some graphical data and it has a x axis at the top of the screen. Currently when you scroll down the x axis disappears because it is just a subview of ...
1
vote
1answer
110 views
Zooming uiscrollview also zoom anoher one
I have a screen in my project that contains 3 UIScrollView.
These scrollviews contain an image, when i am trying to zoom one of the scrollview
I dont know how but all of them are zooming together.
...
1
vote
0answers
358 views
UIScrollView and Cocos2D 2.0
UIScrollView and Cocos2D has a lot of info, but I'm wondering whether the new version of Cocos2D, which is display link only, will support using UIScrollView as a sort of touch manager? (The approach ...
3
votes
1answer
620 views
What's the velocity unit in scrollViewWillEndDragging:withVelocity:targetContentOffset:?
The documentation states it's points (per second, I'm assuming)? However, the values I get for it are in the (.5, 3.5) range. The scroll view then travels several hundred points before coming to a ...
1
vote
1answer
177 views
UIScrollView. How Can I Tell Zoom Out From Zoom In?
On iOS I have a UIScrollView subclass. During a zoom gesture I need to distinguish zoom-out from zoom-in. What is the best way to do this?
Thanks,
Doug
0
votes
2answers
416 views
Support iOS 4 and 5 Webview scroll delegate
I made an application for iPhone/iPad that uses a Webview.
When i scroll at the top of my Webview, a panel opens (like in the Google app).
To get the Webview scroll delegate I'm using that code :
...
2
votes
3answers
1k views
UITableView pull to refresh causing flickering. How to prevent it?
I'm doing that pull-down-to-refresh thing. In scrollViewDidEndDecelerating I check if the offset is past a certain point and in scrollViewDidEndDragging I set the contentInset so as to keep the ...
4
votes
2answers
3k views
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 them as one. The problem occurs when they are locked.
I use UIScrollViewDelegate and ...
6
votes
1answer
3k views
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 it to actually respond to me correctly. I'm changing ...
6
votes
2answers
455 views
Why can't I store a UIWebView's UIScrollView delegate property anymore?
Before ios5 I was able to access a UIWebView's UIScrollView delegate like this:
for (id subview in webView1.subviews){
if ([[subview class] isSubclassOfClass: [UIScrollView class]]) {
...
0
votes
1answer
92 views
UIScrollViewDelegate not scrolling animated
I have created a subclass of UIScrollView that uses the UIScrollViewDelegate. I created it to work with OpenGL ES objects. I have the following code:
-(void)scrollViewDidScroll:(UIScrollView ...
0
votes
3answers
298 views
UIScrollView scrollRectToVisible:animated: is there a way that a method can be called when animation ends
Is there a way to know when the animation has end and uiscrollview has come to rest.
1
vote
1answer
282 views
UIScrollView zooming in a fixed point, and disable the pinch in/out
i'm stuck on a problem with UIScrollView
i wanna the scroll view be zoomed when the user tap on a specific point, and prevent the user to zoom in/out using Pinch Zoom Gestures, how can i do it?
...
0
votes
1answer
166 views
In IOS, how to know whether the UIWebView's scroller is at the top?
I am making an iOS application which has an action like this.
http://www.flickr.com/photos/71607441@N07/6721920809/ is a full screen web view. when the scroller is on top, If I touch the webview, It ...
-1
votes
1answer
404 views
Objective C: Detecting touch events on UIScrollView
I am making a book application using a scrollview for paging but i am having problem detecting touch event on it all the touch events are not working. is there a way that i could implement touch event ...
