1
vote
2answers
53 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 ...
1
vote
1answer
24 views

UIScrollView does not work after adding elements to it

I added a scrollview to my view and added the following code in my viewDidLoad-Method: [scroller setScrollEnabled:YES]; [scroller setContentSize:CGSizeMake(320, 600)]; When i start the app with my ...
51
votes
7answers
25k views

how do I use UIScrollView in Interface Builder?

While I've used UIScrollView successfully in the past by manipulating it programmatically, I'm having trouble getting it to work by setting it up exclusively in Interface Builder. I have a simple ...
0
votes
3answers
145 views

ios:UITableView wont scroll to bottom

I have a scroll view with 3 UITableViews in it for paging. All of the UITableViews loads more cells of data. The first UITableView loads more cells than the other two. When viewing this first ...
0
votes
3answers
1k views

UIScrollView not working in IB

I have a UIScrollView that contains a UIView inside. The UIScrollView has paging enabled and is 320x500 The UIView is 320x480 My UIView doesn't scroll in the simulator or on the device. What am I ...
3
votes
7answers
5k views

How can I modify an existing UIViewController to allow scrolling?

I have already built a UIViewController subclass with a bunch of controls in it, and just realized that if I rotate the iPhone, half of the controls become invisible. So, I would like to somehow make ...
3
votes
6answers
5k views

UIScrollView won't scroll!

In IB I have my UIView. Then I have a sub-UIView with a UIScrollView as a sub view. Then the UIScrollView has a sub-UIImageView. The UIScrollView and UIImageView are the same size. They're much ...
0
votes
1answer
108 views

How Do I Create A Simple Scroll View That Scrolls Through Static Images?

Perhaps it's something with Xcode 4.5+ or iOS 6 that makes my research fruitless so far, but... Apple's own advice hasn't worked for me. I set the contentSize to something different, and it causes ...
0
votes
1answer
42 views

Not able to drag scrollview object in interface builder

I'm using XCode 4.6 and interface builder. I've got a UIViewController in interface builder, and a UIScrollView on top within the UIViewController. The scroll view completely spans the view controller ...
0
votes
2answers
68 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 ...
1
vote
1answer
41 views

Hide views without leaving gap

I’m trying toggle visibility between two sections (views) within a scrollview (that gets triggered by a segment control), the thing is I don’t want a gap where the hidden element was. Currently what ...
0
votes
2answers
107 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 ...
1
vote
0answers
71 views

Adding Objects in UIScrollView disturbs x and y position

This procedure kills so much of my time and it is really annoying me. I am working in Interface Builder. My objects ( UIButton , UILabels , UIImageViews etc. ) are added in a UIView. I added a ...
2
votes
2answers
599 views

Can't see text in UITextView until text view is scrolled

I have a bunch of textviews within my app. For some reason, whether I set the UITextView text programmatically (coming from the internet) or by interface builder (hardcoded), no matter what I do, when ...
0
votes
1answer
56 views

UIButton and UITextField unclickable due to UIScrollView placement?

I've began iOS development recently and have created a basic layout using Interface Builder. However, I've noticed that my UIScrollView is causing my UITextField and UIButton to be unclickable (up to ...

1 2 3 4 5
15 30 50 per page