Tagged Questions
2
votes
0answers
24 views
ScrollView Page Indicators not appearing
I am new to IOS so please help me guide on this question.
I am working on three views which open three different images connected by scroll view and pagination. I am using XIB to get the pagination ...
0
votes
1answer
13 views
How to force UICollectionView with fewer items to scroll?
I am working with a UICollectionView that displays fewer items than necessary to fill the whole screen.
With this setting, the view simply does not scroll (move and bounce), when I add like 20 items ...
0
votes
0answers
25 views
How to create a multi flip button in iPhone like a pickerview
I want to create a small sub view which has 3 buttons(say A,B,C) in it. The view should have an infinite scroll so that it should create a circular loop for those buttons when I scroll ie. if I scroll ...
0
votes
0answers
38 views
xcode 4.61: scroll setContentSize:CGSizeMake setting not reflected - page too long
In XCode 4.61, I find that I have a scrollable xib page where there is a lot of extra space at the bottom as if lots of extra space has been added.I set up my scroll like below.
.h:
IBOutlet ...
0
votes
1answer
34 views
UIScrollView contentSize autolayout constraint issue
Here's the situation.
I have an UIScrollView that uses autolayout that successfully adjust to the screen when I rotate it, my problem comes with the scrollView's content that doesn't adjust.
The ...
1
vote
2answers
71 views
UIImage rendering not clear on iPad Mini
The following code block is used in my application to take a screenshot of the current screen of an iPad mini(768 x 1024):
UIImage *img;
UIGraphicsBeginImageContext(self.view.bounds.size);
...
0
votes
0answers
22 views
UIScrollView not getting elements
Ok so I have the following problem. I'm presenting a VC which has as a subView , a scrollView. I'm trying to load the device's images for the scrollView asynchronously.
Because of this my data source ...
0
votes
0answers
25 views
UIScrollView does weird things
Since houre I try to get my UIScrollView working.
What I want is really simpe:
A UIScrollView with 4 pages, each page contains a subview and in the subview I want to add labels etc.
I used this ...
0
votes
0answers
32 views
Carousel with different style in iOS
I am using iCarousel for my application to scroll the images in different styles.( http://cocoacontrols.com/platforms/ios/controls/icarousel )
But my I found different types like ...
-1
votes
1answer
40 views
How to properly add a uiscrollview [closed]
Ok so while developing my app I´ve overcome so many kind of troubles. But what gets me in troubles every time I use its the scrollView (I think this may be caused by autolayout, but this is just my ...
0
votes
0answers
118 views
Xcode IOS 6 - Setup image Galary scroll view
I am trying to set up a scrollable image gallery in IOS 6 using the code below. When it runs there are no errors but nothing shows in the scroll view.
The images are in the project and can be viewed ...
1
vote
1answer
74 views
Remove iOS 6 ScrollView Center Alignment
I am trying to create a page control in iOS 6.
I am using the interface builder to create the scrollView and have stretched out the screen using freeform simulated metrics.
There are 5 different ...
0
votes
1answer
112 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) ...
-2
votes
0answers
23 views
Scrolling lags after adding subview
I am developing an iPhone Application. I have following problem:
I have a TableView. If you click on one of the elements of the TableView it opens an Window with description about as an subview. Now ...
-1
votes
1answer
45 views
UITableView within a UIScollView [closed]
I have done quite a bit of searching for this issue and I haven't seen anyone with the same problem. If you look at the twitter app you can see that there is a tableview that is showing 50 or so ...