touches
why does this touchesBegan method code get trigger in my UITableView?
Why does the touchesBegan method code get trigger in my UITableView? Background:I have a UITableView within a UINavigationController.In the UITableView I have custom cells based on subclassing UITabl[详细]
2023-02-20 09:30 分类:问答How to get a UIView under a UIScrollView to detect touches?
I have a UIScrollView ontop of my UIViewController recreating an effect like in the Gowalla iPhone app when you\'re on a spot\'s page.Under my scroll view I have a button that I want to be able to per[详细]
2023-02-17 18:13 分类:问答How to track NSTouches?
I\'m building a game and this is the first time where I\'ve needed more than one touch to work. I\'ve noticed that there appears to be no rhyme or reason to the indexing of touches in the NSSet. It ca[详细]
2023-02-17 00:31 分类:问答Multiple objects in touchesbegan?
I am trying to have multiple objects in a touchesbegan method (2 UIImageViews) I am using the below code but isn\'t working. No errors but the location is just messed up. What should I do instead?[详细]
2023-02-09 10:00 分类:问答Issues in handling touches on subviews(uiviews) in UIScrollView
I have craeted a UIScrollView using code and i have created subviews which i am creating dynamically from the DB that are added to thearray of views and to the UIScrollviews.I am using touchesBegan an[详细]
2023-02-06 05:39 分类:问答iOS - how to count the num of Taps inside a specific view?
I\'m trying to evolve from the iOS 4.2 sample \"Touches\" but I can\'t do it (I\'m new to the iOS): I\'d like to count taps on each of the different UIImageViews. Currently the sample count taps no ma[详细]
2023-02-03 05:45 分类:问答How do you receive touches in views added to a subview
I have been adding several subviews (\"touch subviews\") to a scroll view which respond to touches. The touch delegate methods in each of these subviews all fire nicely.[详细]
2023-02-01 20:04 分类:问答Why does touchesBegan not fire when the number of touches changes?
For some reason my touchesBegan method doesn\'t seem to be responding correctly. If I touch the screen with two fingers, then lift one up and put it down again, touchesBegan gets called correctly. If[详细]
2023-01-30 19:44 分类:问答uiwebview not responding / pass touches to super
So I wanted to make my UIWebview respon to touch events. I have read several topics about this. I created a Subclass of UIWebView, added it so my UIViewController and linked it via IB.[详细]
2023-01-26 02:34 分类:问答Custom UIImageVIew with touchesEnded works only with the first view
Sorry for bad title :( I\'ve a controller that has a scrollview where I display some other views, in this case an IngredientImage, that is a subclass of uiimageview:[详细]
2023-01-23 00:39 分类:问答