I want to find page number in scroll view consisting of uiimage view. Inside the m开发者_StackOverflow中文版ethod, - (void)scrollViewDidScroll:(UIScrollView *)sender
I\'m trying to create a menu (using UIScrollView) where the user can select images (using UIImageViews).
I\'ve some UIImages loaded into a UIScrollView. However, when I try to scroll through these UIImages, I can only click on a specific area in the screen.
I have a quick question. I am trying to implement an application where the user can navigate between the screens via swipe gestures. So I am using gesture recognisers to push and pop views, the proble
I am trying to implement a timeline with UIScrollView. Basically, all zoomed out, it should show the one \"combined value\" for a year.
I created a UIScrollView. I set up the dimensions and then I am trying to add UILabels. However the labels are all white text (annoying because I have to change the property per label).
I have to add a number of subviews (vertical direction) of variable height to UIScrollView. I want to know the row index of visible subviews when I scroll so I could add subviews for respective row in
I\'ve added a TapGestureRecognizer to my self.view: tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(singleTap:)];
I am trying to navigate through UITextFields while the keyboard is up.I have an xib setup with a UIScrollView with textfields inside.I have the contentOffset.y changing when a UITextField is set to th
In my Project i wanna put in scrollview uiimageview and uitextview(or uilabel).But the size of scrollview must be smaller then iphone screen(only height) How can i make that if i scroll down, the imag