Tagged Questions
0
votes
0answers
25 views
ScrollView Change Image horizontally
I want scrollViewDidScroll delegate method change image only in 10% User can scroll
my code looks like:
- (void)viewDidLoad
{
[self setupPage];
[super viewDidLoad];
}
#pragma mark -
#pragma mark ...
1
vote
2answers
40 views
TapgestureRecogniser detecting touch as Scrollview
Im adding a UIPickerView to a scrollview.When I went through selecting a row from pickerview it gets hidden and I couldnot select it because I have written code to remove pickerview when user taps ...
0
votes
2answers
74 views
How to Rotate image after tapped in uiscrollview?
- (void)configureView
{
lblwelcome.text=@"Welcome To Gallery World";
for (UIImageView *subview in self.view.subviews) {
[subview removeFromSuperview];
}
UIBarButtonItem *addAcc ...
0
votes
0answers
18 views
Strange behavior of scrollView, It would great if someone can describe behavior?
Here is example project that I was working.
https://www.dropbox.com/s/nxf7dxfugl30vse/scrollViewTest_2Views.zip
Let me explain scenario.
Its having 2 views, both view is having the scrollView as ...
0
votes
0answers
26 views
Designing ScrollView bigger than screen size
I have did my research on google and StackOverflow too .
Following is the one question
steps for creating UIScrollView with Interface Builder
and other question like it. None of them explains ...
0
votes
2answers
208 views
UIScrollView when Autolayout is turned on (StoryBoard)
I was wrestling with UIScrollview and it knocked me out.
I tried to take reference from following two post on stackOverFlow
scrollview xcode4.5 autolayout,
Xcode 4.5 UIScrollView,
Embed ImageView ...
0
votes
3answers
37 views
UIScrollView Cutomize size(not getting)
I'm having an UIScrollView attached to a UIView using interfacebuilder, to that UIScrollView I added subviews, UILabels, UIButtons etc.
In my .m file i have given like this
[testscroll ...
0
votes
1answer
35 views
how can i include a container view in a uiscrolview?
i have an project in xcode where i have to include a container view (iOS 6) in a UIScrollView. How do i have to do that? If i put a container view in a UIScrollView it does nothing (it let not show a ...
0
votes
3answers
75 views
Touches event for a UIScrollView
How can I get touch event for UIScrollView.I have a UIViewController and I placed a scrollView in viewController.I need to add imageViews to scrollView and if a particular image is clicked it should ...
0
votes
1answer
194 views
Set scrollView height dynamically
I m a newbie to iphone development and this is my first question.
I m displaying a UITableView in UIScrollView and I could not specify the height for both tableView and scrollView because the data is ...
0
votes
0answers
116 views
Getting Incorrect IndexPath.row on UITableView with CustomCell in UIScrollView
I am creating Multiple tables in Horizontal ScrollView with Page Control. But problem which I am facing is to retrieve correct IndexPath.row on touch event of UIButton
On the 0th page touch is ...
0
votes
1answer
51 views
I want the presentview and its contents to be on scroll view when orientation occurs to landscape mode
when i shift from portrait mode to landscape mode the view should expand widely but the length should be the same and in scrollview so that when i scroll the fullcontents should be displayed:
if ...
0
votes
1answer
110 views
iOS UIScrollView bounces back to the top
When i scroll using UIScrollView downwards and let go it won't stay where i scrolled down to it bounces back to the top
http://www.joules.name/ScreenShot2013-01-25at19.11.45.png
...
0
votes
0answers
448 views
iOS - UIScrollView / pageControl
I am working on an iPhone application for toddlers (learn the alphabet-style), and in my app I have a home screen with buttons for each of the letters in the alphabet. Now the thing is, on the iPad I ...
0
votes
1answer
118 views
xcode 4.5 scroll on image wont work
I implemented a zoom on a picture which works just fine. It just wont scroll.
One thing to mention, I try to center the picture but that doesnt work either. Below is my code.
- (void)viewDidLoad
{
...
0
votes
1answer
148 views
UIScrollView not working with multi-views xCode 4.5.2
I am using xCode 4.5.2, I added a UIScrollView and I checked Bounce Horizontally in IB and setAlwaysBounceHorizontal in viewDidAppear to YES and it works fine, but apparently the UIScrollView has been ...
1
vote
0answers
96 views
Method doesn't get call in iPhone(simulator), but it works fine on iPhone Retina 4-iPhone5(simulator)
In myRootViewController I have UIPanGesture, UIPinchGesture and UITapGesture added to myScrollView.
-(void)viewDidLoad
{
//scroller's pan gesture
[scroller.panGestureRecognizer addTarget:self ...
0
votes
1answer
109 views
UIScrollView doesn't scroll offset content
I have an UIScrollView with this parameters:
[scrollView setPagingEnabled:YES];
[scrollView setContentSize:CGSizeMake(1024 * 2, 768)];
[scrollView setShowsHorizontalScrollIndicator:NO];
[scrollView ...
0
votes
0answers
62 views
UIScrollView keeps resetting
I am using xcode 4.5 and this is the first time I have used anything like this. I have set up a project but I am working from .xib rather than storyboards. I have nearly finished the app but have ...
2
votes
1answer
77 views
How can we customize scroll view in iphone?
Here I am using a two pie chart and it having a pagination.My problems is in landscape mode the pie chart have move every where in iphone screen. Please be give any idea to scroll in landscape mode
...
2
votes
5answers
1k views
UIScrollView not scrolling when adding item in IB and code
When I create a Scrollview on my scene, and then add a button to scene in IB. Then I go into the code, set the content size, enable user interaction and add another button. When I run the program in ...
1
vote
1answer
2k views
Xcode 4.5 UIScrollView
I'd like to add a scrollview to my project.
I've added the following code in my file:
- (void)viewDidLoad
{
[super viewDidLoad];
[scrollView setScrollEnabled:YES];
[scrollView ...
6
votes
1answer
3k views
xcode 4.5, iPhone 5 breaks my UIScrollView
So I've got a pretty complex project. I'm using both interface builder and xcode directly to build objects. Right now I have UIScrollViews being built in IB, where they need to be, and UIButtons ...
0
votes
1answer
1k views
using iOS 6.0 SDK and building for iOS 5 Target causes UIScrollView setMinimumZoomScale to fail when running on iOS 5 simulator
i upgraded to Xcode 4.5 and have started using the iOS SDK 6.0:
i have a universal app that had been developed with Xcode 4.4 and the iOS SDK 5.1
and it had been running on all devices and ...
1
vote
2answers
1k views
UIScrollView from interface builder (xcode 4.5) doesn't scroll
I set bounces vertically and horizontally to yes. Scroll enabled of course set to yes. I've checked all trivial ways to resolve this problem. I've also tried to create UIScrollView programmatically, ...
3
votes
1answer
707 views
what's wrong with xcode 4.5 and UIScrollview?
I recently downloaded the latest stable release of xcode 4.5 but when I tried to compile my project, everything worked fine, except that all my scrollview stopped scrolling !
(with ios 6.0, ios 5.1 ...

