Tagged Questions
0
votes
1answer
13 views
UIButton not showing on simulator when view's class is TPKeyboardAvoidingScrollView
I have this weird problem where the buttons on the simulator or my iPhone are not showing when the class of the view's set to TPKeyboardAvoidingScrollView.
Here's a screenshot:
When the view's ...
0
votes
1answer
24 views
UIViewContentModeScaleAspectFill of UIimageview working proper in iphone 4, but not in iphone4s
I have written one code for scaling UIImageview. My problem is imageview is scaling correctly in iphone 4 , but not in iphone4s.
My code is below:
UIImageView *imgBG1 = [[UIImageView alloc]init];
...
-1
votes
0answers
30 views
Navigate image on click on arrow buttons [closed]
I am beginner to iPhone development and making application which has a requirement of selecting an image. The user can scroll through images using the arrow buttons. I am not getting any idea what ...
0
votes
1answer
22 views
3D shadow covering the scrollview on iphone
I have attached an image that has a scrollview with page control and there is a border around the scroll view
I wish to know how to achieve that I have already done the scroll view stuff.so just ...
1
vote
0answers
41 views
Multiple CollectionViews inside a Scrollview
I am trying to create a horizontal scroller which starts with a collectionview (group1), when scrolling reaches the end of group1, I need another collectionview to page into view, and so on.
I am ...
0
votes
1answer
17 views
iphone scrollview does not shift down with its superview when a calling bar appears on top of iPhone
I've just noticed on my iPhone app that if I do these steps:
1. call someone with my iPhone
2. press home button to take call app to background (without hanging the call)
3. open my iPhone app
In this ...
0
votes
1answer
78 views
How to connect scrollview to page control in TableView Cell
I have a custom cell designed with a scrollview and a pageview control, which I am displaying as follows
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath ...
0
votes
2answers
125 views
ScrollView with paging in TableView Cell
I have to create a tableview with one of the cell having a scrollview with paging enabled and paging control in it. I have already tried following.
I have created a TableView Cell in IB which has two ...
0
votes
2answers
91 views
UIPageControl setCurrentPage - UICollectionView iOS6
I'm new to XCode so I need your help please.
I use a UIPageControl to show which cell of my collection View is now visible.
The problem is to get the visible cell:
I think in this Method
...
0
votes
0answers
33 views
view scrolls back to where it was after keyboard hides
I have a scrollerview. when I am clicking on a return button of the keyboard,or tap outside the textfields the keyboard hides however the view stays up where it got by having a keyboard.
How can I ...
0
votes
0answers
24 views
page jumps of when I use scroller iphone
enter image description here I have implemented a scroll view for a sample signup form. but whenever I click on the textfields its scrolling UP so that when I click on the last textfield it ...
0
votes
0answers
30 views
creating a scrollviewer iphone
I have a sign up view which includes a registration view in it(comes up with A tap). how can I have the registration view as a scroll view? Can you help me with the code? here is what I have so far?
...
0
votes
2answers
71 views
add a scrollView in a view iphone
I have a form View with some UITextFields in it. I want to add form's view in a scrollview.
Following is how I designed the form and its textfields:
- (UIView *)Form
{
if (!_Form) {
...
0
votes
2answers
79 views
UIScrollView start another position
I have project is single view app and add to view controller scrollview
with parameters
[scroller setScrollEnabled:YES];
[scroller setContentSize:CGSizeMake(0, 960)];
if screen resolution is ...
-1
votes
1answer
71 views
NSTimer with UIScrollView paging [closed]
I already have a scrollview with an image in and I set paging in the IB to on, so I didn't use a pageControl. That all works, and I can go between images, but how can I make it automatically scroll? ...
0
votes
1answer
256 views
Tell ScrollView to Scroll after other pan gesture
I'm having trouble getting a scrollview (within a table view) to scroll. Basically, I have an if statement which checks if horizontal movement is greater than vertical movement. If it is, a pan ...
0
votes
2answers
315 views
How to embed a UIImageView into a UIScrollView in iOS using Xcode 4.5
I am trying to learn how to use the UIScrollView and I am hitting a simple roadblock it seems.
I am able to create an empty UIScrollView build and run and it works. I then try to add an image and I ...
0
votes
1answer
96 views
Add scrollview objects with text to UIViewController stortboard application
I'm new to iPhone app development and just developing an application.
I have story board application with tabs.One tab is associated with view controller.
Now, I want to add a scroll view object to ...
1
vote
0answers
36 views
How to zoom to show inner frames
I am trying to implement a horizontal day view which will show 0, 1, ---- to 23 hours on a scroll view as timelines. By default, it shows hours only, but when user changes the zoom level (60, 30, 15 ...
1
vote
2answers
391 views
Popover view in iPhone
I add a vertical scroll view on a UIView. then add some " MidRight" buttons from the link below onto the scroll view. https://github.com/lexrus/FPPopover
when I click one of the " MidRight" buttons ...
1
vote
3answers
1k views
How to show multiple images inside UIScrollView in iOS
I am making one iPhone app in which i need to show some images inside UIScrollView, on left and right there will be two buttons user can click on button and it will show the next or previous image. ...
0
votes
2answers
134 views
How to control ScrollView, that doesn't be repreated again and again
Do you know, how to control the ScrollView, so they do not repeat. For example I have 5 pictures (like the added figure), they should be viewable from 1-5 and it should stop right after the last ...
0
votes
2answers
123 views
UIScrollView in iPhone?
I am working in iPhone application, Using UIScrollView to set in Horizontal, add 5 images in UIScrollView,and its working fine.
(I want to show 2nd image in opening time) Then i tried, when the ...
2
votes
7answers
1k views
How do I scroll the UIScrollView when the keyboard appears?
I'm having trouble with my code. I'm trying to move the UIscrollview when I'm editing an UItextfield that should be hidden by the keyboard pop.
I'm moving the main frame right now because I don't ...
0
votes
1answer
70 views
Get the current image in the scrollview
I m trying to do is to save the current image from the scrollview to photo album. Tried so many different ways and it always saves last image from the scrollview to photo album. Not getting what i m ...
0
votes
1answer
133 views
iPad - Show vertical Pagination
In My iPad vertical scroll view each subview is of screen size. So at a time one view is shown.
I want to represent how many views or pages are there in the scrollview to scroll. this is some how i ...
0
votes
1answer
291 views
Scrolling of Images using UIScrollView in iphone (Part 2)
I am a newbie to iphone development and i am doing a simple app for practice. In that app,there is only one view that has an image on it. I want to be able to swipe left or right and have the first ...
0
votes
2answers
194 views
How to pass the touches to view from scrollview
I have 3 tableviews placed upon scrollview at x = 0.0, x = 320.0 and x = 640.0.
When the user horizontally swipes the tableviews (as they are on top), I want to pass the swipe event to its superview ...
0
votes
2answers
131 views
Contentoffset for Tapped imageview in scrollview
I am trying to save the tapped image to a photo album, using contentOffset to detect which image object is tapped to save, but it always saves the last imageObject instead.
Here is how I try to ...
0
votes
1answer
40 views
Why it is not detecting which image I'm tapping on [duplicate]
Possible Duplicate:
Tracing the exact location of the longpressgesture with CGPoint
It always gives NSLog for image pressed 0. I'm don't understand what it is exactly what I'm doing wrong. ...
0
votes
2answers
411 views
How to create a paging scrollView with space between views
I followed the tutorial about how to create a scrollView Page Control: http://www.iosdevnotes.com/2011/03/uiscrollview-paging/
This tutorial is really good and I implement well the code. Here my ...
1
vote
1answer
102 views
Scroll View in an Universal Xcode Project
I am creating an Universal app that has a scroll view.
The app runs fine for both the iPhone and iPad. However the scroll view is set to the iPad dimensions. So when i run the app on the iPhone the ...
2
votes
2answers
127 views
iphone development: how to check if an object located on the phone's screen
In my app I have a scrollview which has some objects like an imageview, a button etc. and my scrollview has a huge content so I need to scroll vertically or horizontally to explore it. My question is ...
1
vote
2answers
355 views
iphone development : gesture recognition scrolling enabled simultaneously
In my app I need have a swipe gesture recogniser on my background scroller for the up direction. Here is my code below
It is in viewDidLoad
UISwipeGestureRecognizer *Swipe = ...
0
votes
0answers
69 views
iphone development recognizing vertical gesture on a scrollview
In my app there is a horizontal scrollview and I want to capture vertical movement on this scrollview. The problem is since it is a horizontal scrollview the pages are moving horizontally so ...
0
votes
2answers
196 views
zoom in with multiple UIImageView in UIScrollView
I've got some problem when i'm zooming, when i zoom the next UIImageView goes above the UIImageView i m zooming in.
I load my UIImageView in a subclass of a UIScrollView that i call in controller. ...
0
votes
1answer
202 views
In iOS - When touching a text field in a scroll view the view can not scroll
When trying to scroll a view by touching and dragging on a text field, similarly to how you would scroll around on the edit contacts view on the iPhone, the view will not move, touching and dragging ...
0
votes
1answer
117 views
Adding a label to a scroll view
I am trying to add a label to a scroll view, then set the contentSize of the scrollview to match the desired size of the label. The problem is I seem to have to make the contentSize bigger than the ...
0
votes
2answers
322 views
Grid Of image with paging in iphone sdk
I want to display grid of image with paging.In that 4 image in 1 page,another 4 image with another that way.I want to display 2 image in one row and there is 2 row.So total image to display in one ...
0
votes
3answers
83 views
How to make scollView (for T&C) only show up once at begin of app, then never show up again?
My questions is...how to make....this...
I am trying to make a scollview to show the term&condition at beginning of my app when the user is 1st time using the app.
if the user accepted the ...
-1
votes
3answers
81 views
Scroll UIView with its contents
I am new to iPhone,
I have a shelf image and i had loaded this image in my View then i have created a some button and added to the View
See snapshot:
But the problem is, I want to scroll my shelf ...
1
vote
1answer
770 views
zoom image on scrollview iphone?
I have to zoom an image in UIScrollView and after zooming i wants crop the image which is visible in UIImageView. I have the following problems:
1) Image not zooming, viewForZoomingInScrollView ...
0
votes
0answers
90 views
Can't add information button on scrollview
I have created circular photo browsing.
For that i had prepare all views in a for loop and add all view into scrollview then add scrollview into self.view.
Now i want one information button into all ...
-1
votes
1answer
321 views
Do gesture recognizers override the scrollview's ability to scroll?
In my app, a top view has pan gesture recognizers to move the view to the left and to the right to reveal two other views underneath it. I'm trying to put a scrollview into the top view, but i can't ...
0
votes
2answers
850 views
UIImageView zoom, tap, gestures don't work
I am using Apple code for just zoom the UIImageView on taps and gestures. But its not work ?
Please see this Apple's link apple code for image zooming by taps and gestures
-(void)veiwDidLoad
{
...
0
votes
2answers
230 views
Iphone: ScrollView force to bottom
I would like a ScrollView to start all the way at the bottom. Any methods?
I have already tried this, but I can't back to top....
CGPoint bottomOffset = CGPointMake(0, [yourScrollView ...
1
vote
2answers
342 views
UIView backgroundColor with image
I am wondering how I can set the backgroundColor of my UIView to the scroll View Textured background color.
this is the way I plan on implementing it but im just not sure what the patternImage is ...
0
votes
4answers
497 views
How to have multiple scrollViews in one scrollView
I'd like to have one big scrollview with horizontal scrolling enabled. Within this scrollView I'd like to have (let's say) 5 other scrollviews which can be scrolled vertical.
Can anyone point me in ...
0
votes
3answers
329 views
UINavigationBar and UIScrollView resizing
I've UIViewController with navigation bar and scrollview within it.
When scrollview scrolls down I hide navigation bar and set bounds for scrollview to fit free space.
...
0
votes
1answer
655 views
EGORefreshTableHeaderView not properly working on iOS 5.1
I am using the EGORefreshTableHeaderView [1] to fetch new data from a server into a UITableView.
This works pretty good but in iOS 5.1 the EGORefreshTableHeaderView does not scroll back into the ...


