Tagged Questions
4
votes
3answers
36 views
check if scrollview.contentset went over certain x value
I have a scrollview and above some image. When the scrollview scrollView.contentOffset.x is past a certain X my image above should animate.
I know how to animate. At the moment I'm doing this in the ...
2
votes
1answer
77 views
Units / Dimensions for UIScrollView decelerationRate and velocity?
I am trying to get the velocity of a scrolling UIScrollView after the user has lifted his/her finger so that I can trigger an event when the scrollview's velocity drops below a threshold velocity.
...
0
votes
1answer
100 views
Delegate methods of UIScrollView inside a UIWebView not called for horizontal scrolling
I have a UIWebView which has both horizontal and vertical content off the visible screen.
I set my controller to be the delegate of the UIWebView's UIScrollView, and noticed that when I scroll ...
0
votes
1answer
96 views
Adding UIPangesture for UIButton within UIScrollview to move over the all view
In my project i am having scroll at bottom and table at top.
Inside scrollview i am adding 10 buttons.for each button i had pan gesture to move around the screen.when the button intersect with table ...
1
vote
3answers
116 views
UIScrollview Zoom implementation without InterfaceBuilder
I can't make zoom in UIScrollView work. So the problem is that panning is working perfectly. However, pinching and zooming doesn't work. The reason i assume is that i don't have delegates.
My ...
1
vote
1answer
103 views
landscape uiscrollview vertical iphone
My interface and oriented in landscape mode. In my view, I have a form for recording with many UITextField.
The component UIScrollView comes moves only horizontally and not vertically. I would like ...
0
votes
1answer
115 views
EXC_BAD_ACCESS when dragging UIScrollView
In a controller I'm creating a UIScrollView. I'm trying to set this viewcontroller as the UISCrollview delegate and to implement the delegate's method in order to add (later) a UIPageControl.
I've ...
0
votes
1answer
83 views
Zooming image smaller than UIImageView
I want to have a larger frame than an image so i do something like this:
And of course i have UIScrollViewDelegate and i handle the zooming. But there is one problem. When i zoom picture i can ...
1
vote
1answer
84 views
UIScrollViews all scroll in the same time
I have a screen with several scrollViews. How to achieve this:
When i tap on one and swipe they all start to scroll. I of course know UIScrollViewDelegate methods and what i trying to do so far is ...
0
votes
1answer
273 views
scrollview sub uiscrollviews uiimageview viewForZoomingInScrollView
I have main UIScrollView
mainScrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, 320, 440)];
mainScrollView.pagingEnabled = YES;
imageScrollView.contentSize = CGSizeMake(320 * [myImage ...
1
vote
2answers
499 views
Restricting UIScrollView scrolling to only one page at a time
I would like to limit a UIScrollView to only being able to scroll one page at a time.
In other words, even when the user flicks really fast, I want the UIScrollView to be restricted to scrolling only ...
0
votes
1answer
138 views
Why can't I add a UIScrollView to a UIImageView (with it working properly)
I'm working on an app. Here I describe a simplified version of a strange problem I am experiencing.
I have a storyboard created View Controller with a UIImageView also created in the storyboard.
...
1
vote
1answer
460 views
Detect UIScrollview scrolling past bottom
I'm trying to create functionality similar to Reeder where you are introduced to new content if you scroll below or above the content in a scroll view.
I thought I was heading in a good place with ...
0
votes
0answers
513 views
UIScrollView scrollViewDidScroll not firing
I have a UIScrollView that has a bunch of text in it. As the user scrolls up I create a little color-to-transparent view at the top so the text doesn't look like it just drops off.
I have the ...
0
votes
3answers
427 views
Replacing image in UIScrollView on selected item
I created simple UIScrollView that have images. Each time an image pressed i want to change that image, how can I do it?
I creating this UIScrollView and initializing it with NSMutableArray with ...
0
votes
2answers
1k views
UIScrollView did Scroll
I want to show an image that stays on the page for 5 seconds but appears everytime my scrollview scrolls. So obviously i need to marry animation for the UILable and some method of UIScrollView. Im not ...
-1
votes
1answer
149 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
203 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
1answer
230 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
52 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
289 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
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
210 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 ...
2
votes
1answer
399 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 ...
2
votes
1answer
309 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 ...
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 :
...
0
votes
1answer
91 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 ...
-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 ...
1
vote
2answers
331 views
Smaller UIView in UIScrollView to stop touches
I've read the various threads on this but none have given me the exact solution I need, but they have got me pretty close
I have the topmost UIViewController which contains a paging UIScrollingView ...
0
votes
1answer
67 views
Does scrollViewWillScrollToTop: exist?
Apple documentation says that scrollViewWillScrollToTop: will be called as part of the UIScrollViewDelegate protoco. However, this method doesn't seem to exist even when I recursively grep through the ...
0
votes
3answers
2k views
UIScrollView Delegate methods clashing
I am using the following two UIScrollView delegate methods to call another method in my UIViewController:
-(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView {
// do something
}
- ...
12
votes
5answers
1k views
Why does UIScrollView scroll violently when I quickly swipe twice in the same direction?
when scrolling horizontally in a UIScrollview, if I quickly swipe twice in the same direction the scroll view jumps violently. Is there anyway to prevent this from happening? To explain in detail, ...
0
votes
1answer
486 views
How to Implement ScrollView In TableViewCell
Hey guys I'm trying to implement a scroll with page control, like the iPhone home screen, but in a uitableview cell.
What I tried to do to attempt this is create a custom table view cell with a xib ...
0
votes
1answer
610 views
Zooming within Nested UIScrollViews
Its a familiar topic Im creating a graphic novel using UIScrollview. The plan is to be able to page along the novel with a top level uiscrollview. Within this are a series of nested uiscrollviews ...
1
vote
1answer
2k views
UIScrollView implementing a delegate
I have a view controller that has three scroll views as subviews. I would like to have the child scrolling views inform the parent view controller whenever the page has changed.
I thought I would do ...
0
votes
2answers
864 views
Subclassing UIScrollView/UIScrollViewDelegate
I'm trying to create my own custom UIScrollView, so that I can pass touch events from it to a delegate object which has logic to draw to an imageview inside the scrollview.
If I remove the delegate ...
0
votes
2answers
1k views
Two UIScrollView's in one UIView
I am trying to add two UIScrollView's into one UIView, Both the scrollView's show up properly, the problem that I am having is how to determine which scrollView is scrolled because based on that I ...
12
votes
3answers
9k views
Detecting UIScrollView page change
Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
pom
2
votes
0answers
194 views
How to update ui in background without losing ui responsiveness? [duplicate]
Possible Duplicate:
How to make ui responsive all the time and do background updating?
Hi All,
I am creating a application which displays 8 thumbnails per page and it can have n pages. ...
0
votes
2answers
178 views
UIScrollview's dont keep their level
I have 2 uiscrollviews next to each other.
they are hooked up together on their vertical-value. (up and down)
as it turned out as I drew some sort of graphic accross both views(actually in each of ...
2
votes
1answer
998 views
UIScrollView doesn't remember the position
Has anyone ever had the problem that a UIScrollView, which gets moved by [UIScrollView setContentOffset:...] doesn't "remember" it's new position? It however does, if the user scrolls via ...
