-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I got a notification mail after submitting to app store..
"During our review of your application we found it is using private APIs, which is in violation of the iPhone Developer Program License Agreement section 3.3.1; "3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
Just toying with the SDK and I was wondering if possible a UITouch event can work inside a UIScrollView.
I have setup a UIScrollView which handles a large UIView, inside the UIView is a UIImageView, I've managed to get the UITouch to drag the UIImageView outside of the UIScrollView but inside…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I am writing an application where the user has to move some stuff on the screen using his fingers and drop them. To do this, I am using the touchesBegan,touchesEnded... function of each view that has to be moved.
The problem is that sometimes the views are covered by a view displayed using…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey guys,
I'm trying to differentiate between two (or more) UITouch objects on the iPhone.
Specifically, I'd like to know the order in which the touches occurred.
For instance, in my -touchesBegan:withEvent: method I get an NSSet of UITouch objects. Now I can find out how many touches there are…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting odd numbers from UITouch and CGPoint and one is different, I also think this maybe causing a flickering affect in my app when I try to move something by following a touch.
This is the code I'm using:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
NSLog(@"touchDown");
…
>>> More