Tagged Questions

0
votes
1answer
19 views

Linking two UIScrollViews so they follow each others touches

I want to make a list, that is divided in 2 parts, left and right. The left part can only scroll vertically (has a list in it). The right part scrolls vertically, and horizontally. …
0
votes
2answers
41 views

UIScrollView only works if the child views aren’t hit

I have a scroll view that doesn't scroll right, I've simplified the code for below. It draws the view and some horizontal buttons that i add more stuff to in the real code. If yo …
0
votes
4answers
73 views

UIScrollView bug? float foo = scrollview.zoomScale crashes the app.

In method viewForZoomingInScrollView: of the delegate to my scrollview I do the seemingly innocent: // scrollView is the parameter passed to this method float foo = scrollView.zo …
0
votes
0answers
22 views

Nested UIScrollView-iPhone photos application

Hi, I have been facing the same nested UIScrollView problem for long time.I tried some open source codes like Scrolling madness ,three-20 and others but all fails finaly.I am tryin …
0
votes
2answers
242 views

UIScrollView: How would I recycle objects in my scrollable grid when the user scrolls?

I've got an UIScrollView with a grid of images. Currently they're only 6, but there might be a few hundred some day. So of course it would be a bad idea to create a few hundred UI …
0
votes
1answer
146 views

How can I set the paging behavior of an UIScrollView with pagingEnabled=YES?

The documentation says: If the value of the property is YES, the scroll view stops on multiples of the view bounds when the user scrolls. The default value is NO. well …
0
votes
1answer
12 views

UIButtons not working on image after Zooming

I'm creating UIButtons on an image. All the buttons work perfectly well unless the image is zoomed. After zooming, the buttons appear but don't work... can anybody help me out with …
0
votes
1answer
19 views

Using multiple UIWebViews in a UIScrollView

Hey Guys, I am using 5 UIWebViews in a UIScrollView to show the result of my game. Intention is to allow the user to scroll through the results screen. I had a problem where the U …
0
votes
1answer
20 views

How to set/corrent the resting position of UIScrollView contents after it has scrolled.

I am implementing a view similar to a Table View which contains rows of data. What I am trying to do is that after scrolling, each row snaps to a set of correct positions so the bo …
0
votes
0answers
78 views

UIPageControl UIScrollView & selection

I have a UIPageControl which has UIScrollView which is the MainWindow.xib On the UIScrollView are a UITextView and a UITableView. The user makes a row selection, moves to the nex …
0
votes
1answer
34 views

Passing on presses from a UIButton to a Scroll View

Hey, I have several UIButtons on top of a UIScrollView. Each of the buttons do something when the pressUpInside method is called. What happens is that is the scroll view is scrol …
0
votes
2answers
28 views

Displaying images in UIScrollView programetically

I am displaying 200 thumb nail images of size 4kb to 12kb in UIScrollView programitically by adding UIButton when i am debugging in device it takes time to load the view.. can ther …
0
votes
2answers
31 views

iphone memory deallocation issue with scrollview with image inside

Hi, I'm having trouble deallocating a UISCrollView that contains images. There's something wrong with my code, but I cannot understand where. this is a snippet of my code. It basi …
0
votes
1answer
23 views

UITableView selection hightlighted even after tableView reloadData

I am new to iPhone SDK. I have a UIScrollView and a UITableView on it. The UITableView has 4 cells. I use UIPageControl for pagination. When user selects, the cell gets highlight …
0
votes
1answer
29 views

Can I call -indexPathsForVisibleRows after scrolling UITableView without subclassing?

After each scroll (however large or small) of a UITableView, I would like to call -indexPathsForVisibleRows to run a method on the data that corresponds to visible cells. Are ther …

1 2 3 4 5 13 next
15 30 50 per page