0
votes
1answer
35 views

UIScrollView changes bounds

I'm using a Navigation Controller for navigation. My root view controller's UIView contains a UIScrollView which I added in the IB. I find that depending on my scrollView's current visible part, when ...
0
votes
1answer
20 views

Multiple UIViews in XIB of UITableViewCell

I've been trying to make a custom UITableViewCell with a UIScrollView. I have a .xib which contains a UITableViewCell (that contains only a UIScrollView) and a UIView that is the content view for the ...
0
votes
0answers
23 views

UIView inside UIScrollView receive touch and allow zoom with scrollview

I have UIView inside UIScrollView. In UIView, I implement touchesBegan, touchesMoved, touchesEnded to draw using CoreGraphics. In UIScrollView, I set delaysContentTouches = NO, to let subview of ...
0
votes
0answers
32 views

UIScrollView Height getting

I have cardsDetialViewController with one scrollView in it. The height of scrollview is set to 354 and width is set to 309, in storyboard As shown in following figures. ...
0
votes
1answer
18 views

UIScrollView / Adding xibs to it

I am trying to create a scroll view and add 2 xib screens (SVPage1.xib and SVPage2.xib) to it so that I can flip through both screens. I created scrollview and Page Control object. This is what I ...
1
vote
2answers
68 views

UIScrollView is cut off from UITabBarController

I have a UIScrollView that I place inside of a view (interface builder document .xib/.m/.h), however the lower portion of the UIScrollView is getting clipped and not showing the lower half of itself ...
3
votes
4answers
139 views

Issues with map behind UIView, similar to FourSquare venue detail

I am currently using this excellent solution from @yonel to make something similar to the FourSquare venue detail page. Within my storyboard I have this: The problem is: because the scroll is a bit ...
0
votes
2answers
44 views

UIScrollView content changing its origin point

I'm new on iOS Development and I already searched Google many times but didn't find a solution to my problem. I have a UITabBar that has two tabs. The first one shows a ScrollView with some UIViews ...
0
votes
3answers
91 views

Add UIScrollView in UIView programmatically

I have a question how to add UIScrollView in UIView, so that the UIScrollView could work properly. UIScrollView *scroll = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, ...
0
votes
0answers
11 views

UIScrollView with two subviews

I have a UIScrollView control in my View which contains a View, containing a further two views in horizontal placement. The idea is that the left view contains the main screen and then scrolling to ...
0
votes
1answer
120 views

UIScrollView noticable scrolling lag after adding third UICollectionView

I have added a third collection view to my UIScrollView, which seems to be generating some noticeable scroll lag. The view hierarchy is as follows (as I cant upload an image yet): UIView ...
1
vote
1answer
60 views

UIScrollView, pagingEnabled, scrolling inertia, and sub sections of the UIView width

In my app I'm using a scrolling canvas composed of equally sized cells. The number of rows is unlimited, but the number of columns is fixed to 13. At anyone time, I have exactly 7 cells fitting the ...
0
votes
1answer
66 views

The property frame of UIViewController's view doesn't work while using a single subview under UIScrollView

Before using UIScrollView's zoom feature, everything is fine. The code as bellow: UIScrollView* scrollView = [[UIScrollView alloc]init]; for(int i=0; i < foodIntroCount; ++i) { ...
0
votes
1answer
94 views

How to set Multiple ImageView and UIview with some dynamic label for that Imageviews in UIScrollView?

I am devloping one application in IOS 6 with xcode 4.5 in which am using Master Detail View Controller with StroyBoard there is one UIScrollview and in that i am adding multiple images from parsing ...
1
vote
2answers
86 views

UIView frame reset automatically while scrolling

A UIScrollView contains 5 UIViews. Basically I want to expand and collapse them, when user touches any one of UIView. Code for animating globalPressReleasesView to expand: [UIView ...
0
votes
0answers
68 views

load multiple uiviews with animations into uiscrollview lead to wrong uiview rect?

I will load multiple UIViews with following animation into my custom UIScrollView when scrolling,but when I suddenly stop scrolling, the second animation on some rect will not be executed. Where am I ...
0
votes
2answers
124 views

How can I get a UIScrollView to scroll vertically with dynamic amount of subviews inside of it?

So I have a UIScrollView and within that, I'd like to add some subviews, currently I have around 5 or 6, they are about 90px in height, so obviously when it gets to the bottom of the screen, I'd like ...
0
votes
1answer
176 views

IOS - Centering UIScrollView inside UIView container programmatically with Autolayout issue

I'm trying to replicate the safari pages scrollview, which has its frame that is slightly narrower than iPhone screen. So According to few suggestions I'm placing a the scrollview (450x280 points) ...
-1
votes
1answer
24 views

Why is my UIScrollView not appearing?

I'm trying to subclass a UIView that contains a UIScrollView inside of it. This is the code I'm using: UIViewSubclass.h @property (nonatomic, retain) UIScrollView *scroll; UIViewSubclass.m ...
1
vote
0answers
136 views

Change zoomScale and contentOffset of UIScrollView in UIApplicationStateBackground state

I know it's not recommended to change any view appearance when the application is moved to background state, but for my specific task I cannot postpone this activity and I really like to complete it ...
0
votes
0answers
8 views

UIScrollView find every fourth object if statement?

I'm paging with UIScrollView with about 8 UIViews as its contents. Im using this code: int numberOfMenuItems = 8; int offset = 15; for (int i = 0; i < numberOfMenuItems; i++) { menuItemView ...
-1
votes
2answers
105 views

UIScrollView + UIPageControl + UIButton

How do you make a menu like in Cut the Rope game. Image below: I am able to make three images slide horizontally but failed to make it as a button. Though I don't need it to be fancy as the game's, ...
0
votes
2answers
56 views

How to draw inside a view in a UIScrollView or UIViewVontroller?

I want to implement a signature feature in my tabbar application. I want to add a subView to a UIScrollView or UIViewController (which ever is the more appropriate and easier). Which control should I ...
1
vote
1answer
89 views

UIScrollView with Large Image

This code shows the scrollView, but image I want shown (tutorial) is larger than the view. In other words tutorial.png is exactly 280X1200 but it won't aspectFit. I'm missing something small here: ...
0
votes
1answer
16 views

How do I place a button in a UIImage for determining different selections?

I have a UIView with a UIScrollView. I then added a gesture recognizer programmatically to the scrollView for left or right swipe. I created 3 UIImageViews with a different UIImage each, say 1, 2 ...
0
votes
1answer
48 views

UIScrollView overlays UIView but enables its touch events?

Is it possible to handle both scrolling events for UIScrollView and touch events for UIView behind it? I found out that UIView handles its touch events when UIScrollView disables its own user ...
0
votes
1answer
100 views

UIScrollView Inside UIView set as tableHeaderView not scrolling

I'm running into an issue where I have a uiview at the bottom, where I need to add a few labels that I want to remain static. Then I'm adding a scrollview on top of the uiview with some scrollable ...
4
votes
1answer
72 views

Change the path needed for UIRefreshControl to go to UIControlEventValueChanged

I'm trying to add the UIRefreshControl to my UIScrollView, but the problem is that it's area is too small, so it's almost impossible for user to pull to the required level. So is there a way to ...
0
votes
1answer
54 views

Duplicate existing UIView in a ScrollView programmatically? (Storyboard)

i use Storyboard and i want to duplicate and add an existing UIView (with all "childs" like UILabels) progammatically to a ScrollView. So first i created a custom UIView-Class for that View ...
0
votes
1answer
127 views

UIScrollView crash when I use setContentSize with auto-layout

I have a custom UIView that I want to put into UIScrollView. I use this code: -(void)viewDidLayoutSubviews{ myView = [[[NSBundle mainBundle]loadNibNamed:@"Case1" owner:self ...
0
votes
1answer
21 views

Retain positions after pasting UIImageViews in new UIScrollView

I made a prototype for an app, just as a proof of concept to test whether the functionality is working properly or not. Now that I am satisfied with the working functionality, I want to paste the ...
0
votes
2answers
121 views

iOS prevent subview of tableview from scrolling with tableview

I have added a subview to my tableview and when ever the user scrolls the tableview, the subview scrolls with it. How do I prevent this? I know it's probably along the lines of not adding the view to ...
2
votes
2answers
160 views

UITableView in UIView in UIScrollView. When scrolling tableview don't scroll scrollview too

I have a UITableView inside a UIView inside a UIScrollView. Problem: when i scroll/drag the tableview, the scrollview scrolls too. What i need is for the tableview not to pass the scroll to the ...
0
votes
1answer
228 views

UIPageControl and UIScrollView during landscape orientation

I am having problems with UIPageControl and UIScrollView. - (void)viewDidLoad { [super viewDidLoad]; imageArray = [[NSArray alloc] initWithObjects:@"image1.jpg", @"image2.jpg", ...
1
vote
1answer
78 views

Dismissing a viewcontroller messes up the content of UIScrollView

I have FirstViewController which contants a UIView with a UIScrollView in it and there's a UITableView in the UIScrollView. The UITableView has scrolling disabled and I only increase the contentSize ...
1
vote
1answer
87 views

How to autoresize UIScrollView

In my app is an infopage. The textllength could differ due to localization. Beside that has a 3.5" screen less real-estate than a 4" display. So what I try to achieve is that the UILabel "grows" ...
1
vote
1answer
144 views

How Do I Switch Views With PageControl & UIScrollView?

I'm a noob to Iphone development (3rd day in Xcode) and I am trying to implement pageControl and scrollview so users can swipe between various pages. I'm using this tutorial and I can't figure out ...
0
votes
0answers
9 views

UIScrollview inside two UIView inside UIView won't respond

my setup is pretty easy: UIViewController.view -> UIView -> UIView -> UIScrollView The problem now is, that the scrollview won't get any touchevents. Did I miss something here? Thanks a ...
0
votes
1answer
311 views

When scrolling an UITableView inside a UIScrollView and it bounces, the ScrollView also bounces

I've got a UITableView in a UIView in a UIScrollView. My problem is, when i scroll the tableview and it bounces, the scrollview bellow also bounces and i can see the background of the app which ...
0
votes
0answers
52 views

Rotating iOS UIScrollView appearing when zoomed in breaks layout

I'm being a bit tricky here and have made a "custom transition" between views. Essentially I have a UIScrollView (container) stretched entirely across view1 and when a user clicks on it, it will zoom ...
0
votes
1answer
274 views

UITableView in UIView in UIScrollview : On tap in UITableView data gets cleared

For work purposes I need to create a UIScrollView which embeds a UIView which in his turn embeds an UITableView via the container feature in Xcode. My UIScrollView is a full page scrollview with ...
0
votes
1answer
44 views

Remove a UIView from a UIScrollView and add to another custom UIView

I have a UIScrollView that contains a few custom UIViews that I can drag around by implementing the touchesMoved method. However, I need to be able to drag this custom view out of the scroll view and ...
0
votes
2answers
71 views

UIScrollView doesn't work properly (it backs to top and not shows any scrollers

I'm doing an iphone app where I've severals UILabels, UITextfields and UIButtons. I need show them in a screen with more 480px of height, so I've introducing them into an UIView. Later, I've created ...
0
votes
0answers
45 views

ScrollView blocking NavigationViewController

I have a UIView with a UINavigation controller and several other Imageviews and a text filed inside it. On the Nagivation bar there is a UIBarbutton item which pushes another ViewController. When the ...
0
votes
1answer
115 views

ScrollView When Keyboard Appears

ScrollView blocking NavigationViewController
0
votes
2answers
78 views

dislpay current index of iCarousel in a label which is not a subView in ICarousel

I am using iCarousel in my application,I need to get the current index of the iCarousel and display that index in a label(subView of self.view) which is not a subView of iCarousel. I am able to get ...
0
votes
1answer
37 views

Quartz Drawing While Scrolling Issue

I have a subclass of UIView which I draw a graph on it. GraphingView.h @interface GraphingView : UIView ... @end I draw things here: GraphingView.m - (void)drawRect:(CGRect)rect { ... } Then, ...
0
votes
2answers
119 views

UIScrollView won't scroll when I add my view

I want to built a large view in IB and then add it to my scroll view. To do so, I have followed these instructions. My view is correctly drawn in the scroll view, but it cannot scroll. I logged the ...
-3
votes
1answer
41 views

UIVIew that will grow as I scroll down?

so I want to make an app that will display 20 pictures on a longer than the screens length view. then after the user scrolls down all the way to the bottom and reaches the end, if he tries to scroll ...
0
votes
3answers
85 views

Hide and show a view

I have small view with a UITextField in it. I want to make the view hidden by default. when a button clicked it should show the view and the elements in main view below this sub view must be scrolled ...

1 2 3 4 5 8