uiscrollview
UIScrollView wheel effect
I need a scrollview in my iPad application that has two specific features, one of them is easy to find on much sample projects that is infinite scrolling.[详细]
2023-04-08 05:59 分类:问答UIScrollView blocks run loop?
I implem开发者_如何学JAVAented a NSTimer(repeats) and UITableView on the same viewController. Somehow, when I scroll through the tableView, the run loop seems to stop firing the NSTimer.[详细]
2023-04-08 05:11 分类:问答UIScrollView changes content offset on presentModalViewController
A UIScrollView in my view hierarchy is acting funky whenever I present a modal view controllerabove it. It automatically adjusts the content offset and moves my content down about 40 pixels. I can\'t[详细]
2023-04-07 23:40 分类:问答iPhone - Objective C - UIScrollView inside UITableView rendering funny
I\'m currently working on an iPhone app that\'s doing some strange things with a UIScrollView inside a UITableView.This is my first foray into iPhone dev, so I\'m sure it\'s something silly I\'m missi[详细]
2023-04-07 21:08 分类:问答setZoomScale: and zoomToRect: works on device but it doesn't on iOS Simulator
I have a U开发者_StackOverflow中文版IScrollView wich does provide zooming function with pinch gestures,it\'s controller is conform to UIViewScrollDelegate, implement it\'s methods and everything...[详细]
2023-04-07 14:33 分类:问答UIScrollView inifinite scroll without paging
first question here, be nice :P I am trying to make an infinite UIScrollView (i used the \"StreetScroller\" apple demo project). When the UIScrollView is almost at the end of the contentSize, the con[详细]
2023-04-07 14:13 分类:问答What method is called when UIScrollView has reached its maximumZoomScale?
Theres a wide UIScrollView (let\'s call it wideScroll) and inside it, smaller UIScrollViews (call them singleScrollViews). And there is a UIView in each SingleScrollView, which contains two different[详细]
2023-04-07 03:13 分类:问答UScrollView lazy loading unload view
I have a question regarding the page control sample code from apple. in the sc开发者_C百科rollViewDidScroll method there\'s a comment:[详细]
2023-04-06 21:36 分类:问答Smoothly move elements on UIScrollView
开发者_如何学JAVAI have UIScrollView where placed elements(elements placed from the top to down), how can I remove one row and smoothly move items up, without redrawing?As for the removal of views, yo[详细]
2023-04-06 16:57 分类:问答scaling UIScrollView contentSize to fit UIView with variable-height UITableView inside
I have a uiview with a uiscrollview as a subview in a nib. Then, I load another uiview with a uitableview as a subview of this other uiview (among other elements inside this view) as a subview of the[详细]
2023-04-06 09:04 分类:问答