iOS sdk provides simple and powerful touch gesture API. With few lines of code, you can make your app touch/multitouch aware.
In this blog post, I am posting code snippet for using touch gesture in iOS app. The code snippet is taken from a drawing app: Lekh Diagram
The Lekh Diagram heavily uses touch gestures. Here are touch gestures used by Lekh Diagram
In this blog post, I am posting code snippet for using touch gesture in iOS app. The code snippet is taken from a drawing app: Lekh Diagram
The Lekh Diagram heavily uses touch gestures. Here are touch gestures used by Lekh Diagram
- pan
- two finger drag
- tap
- double tap
- long press
- pinch
- rotate
All these gestures are used in the app on the drawing canvas. The Lekh Diagram registers and handles all multitouch events except "two finger drag". The two finger drag is handled by UIScrollView.
Here is code snippet for registering gesture events:
The Lekh Diagram has drawing canvas which derives from UIView as
@interface DrawingView : UIView
@end
In the constructer of this class, following code registers for events.
// *******************************************************************
UIPanGestureRecognizer *panGesture = [[UIPanGestureRecognizer alloc]
initWithTarget:self action:@selector(handlePanGesture:)];
panGesture.minimumNumberOfTouches = 1;
panGesture.maximumNumberOfTouches = 1;
[self addGestureRecognizer:panGesture];
// ****************************************************************
UITapGestureRecognizer *doubleTap =
[[UITapGestureRecognizer alloc]
initWithTarget:self action:@selector(handleDoubleTapGesture:)];
[doubleTap setNumberOfTapsRequired:2];
[self addGestureRecognizer:doubleTap];
// ****************************************************************
UITapGestureRecognizer *tapGest =
[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleTapGesture:)];
[tapGest requireGestureRecognizerToFail:doubleTap];
[self addGestureRecognizer:tapGest];
// *******************************************************************
UILongPressGestureRecognizer *longPressGesture = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(handleLongPress:)];
longPressGesture.minimumPressDuration = 1;
[self addGestureRecognizer:longPressGesture];
// *********************************************************************
UIPinchGestureRecognizer *pinchRecognizer = [[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handleZoom:)];
[self addGestureRecognizer:pinchRecognizer];
// *******************************************************************
UIRotationGestureRecognizer *rotationRecognizer = [[UIRotationGestureRecognizer alloc] initWithTarget:self action:@selector(handleRotate:)];
[self addGestureRecognizer:rotationRecognizer];
Here are event handler functions
-(IBAction)handleLongPress:(UILongPressGestureRecognizer*)sender{
if(UIGestureRecognizerStateBegan == sender.state) {
// long press handler code
}
}
-(IBAction)handleRotate:(UIRotationGestureRecognizer*)sender{
if([sender state] == UIGestureRecognizerStateEnded) {
// handler code for rotation end
}
else if([sender state] == UIGestureRecognizerStateBegan){
// handler code for rotation start
}
else{
double rotation = [sender rotation]; // amount of rotation
// handler code for rotation in progress
}
}
-(IBAction)handleZoom:(UIPinchGestureRecognizer*)sender{
if([sender state] == UIGestureRecognizerStateEnded) {
// handler code for pinch end
}
else if([sender state] == UIGestureRecognizerStateBegan){
// handler code for pinch start
}
else{
CGFloat scale = [(UIPinchGestureRecognizer*)sender scale]; // amount of pinch
// handler code for pinch progress
}
}
-(IBAction)handlePanGesture:(UIPanGestureRecognizer *)sender{
CGPoint location = [sender locationInView:self]; // current touch position
if(sender.state == UIGestureRecognizerStateEnded){
// handler code for panning end
}
else if(sender.state == UIGestureRecognizerStateBegan){
// handler code for panning starts
}
else {
// handler code for panning in progress
}
}
- (IBAction)handleTapGesture:(UIGestureRecognizer *)sender {
CGPoint location = [sender locationInView:self]; // tap location
// handler code for tap
}
- (IBAction)handleDoubleTapGesture:(UIGestureRecognizer *)sender {
CGPoint location = [sender locationInView:self]; // double tap location
// handler code for double tap
}
Here is demo of Lekh Diagram, you can see touch gesture in action in this video
Lekh Diagram: http://www.avabodh.com/lekh
Thankful such an awesome sum for sharing this glorious information! I am envisioning see more posts by you. I like visiting you site since I always come across interesting articles like this one. Great Job, I greatly appreciate that. Do keep sharing! Your information is good and friendly this article very helpful for me. Thanks for the post. After seeing the following post, I totally inspire from you and your blogs also respectively. It was nice articles and I also very enjoyed after read this. Thanks a lot sir. Visit here also: Best essay writing service
ReplyDeleteI actually never even though about getting deeper into my iPad settings to get some extra features working properly. I usually use my iPad for music, books and essay paper writing services so I never even bother. Thank you for sharing.
ReplyDeleteThanks
ReplyDeleteMulti Recharge Software
I discovered your this post while hunting down data about web journal related exploration ... It's a decent post .. continue posting and overhauling data. Tax Enquiry Accounts
ReplyDeleteMuch obliged to you again for all the information you distribute,Good post. I was exceptionally keen on the article, it's entirely rousing I ought to concede. I like going to you site since I generally run over fascinating articles like this one.Great Job, I incredibly acknowledge that.Do Keep sharing! Respects, HMRC Tax Investigation Accountants
ReplyDeleteI am constantly stunned by the measure of data accessible on this subject. What you exhibited was very much explored and eloquent so as to get your stand on this crosswise over to every one of your perusers. Tax Enquiry
ReplyDeleteOn the off chance that more individuals that compose articles truly fretted about composing incredible substance like you, more perusers would be occupied with their works. Much obliged to you for thinking about your substance. Let Campaign Tax Enquiry
ReplyDeleteThere are actually lots of particulars like that to take into consideration. That may be a nice level to bring up. I provide the ideas above as general inspiration but clearly there are questions just like the one you convey up the place a very powerful thing will probably be working in sincere good faith. I don?t know if greatest practices have emerged round issues like that, but I’m sure that your job is clearly recognized as a good game. Both boys and girls feel the impression of just a moment’s pleasure, for the rest of their lives. Tax Investigation Self Employed
ReplyDeleteI think this is one of the most significant information for me. And i’m glad reading your article. But should remark on some general things, The web site style is perfect, the articles is really great : D. Good job, cheers Let Campaign Tax Enquiry Accountants
ReplyDeleteMuch obliged to you for some other educational online journal. Where else would I be able to understand that kind of data written in such a perfect means? I have a mission that I"m a few seconds ago taking a shot at, and I have been at the post for such data. Let Property Campaign
ReplyDeleteI am upbeat to discover this post exceptionally helpful for me, as it contains part of data. I generally want to peruse the quality substance and this thing I found in you post. A debt of gratitude is in order for sharing. Let Property Campaign Accountants
ReplyDeleteHowdy! Pleasant stuff, do update me as often as possible when you post again something like this! Buy to Let Property Tax Advisors
ReplyDeleteI as of late discovered numerous helpful data in your site particularly this online journal page. Among the loads of remarks on your articles. A debt of gratitude is in order for sharing. Buy to Let Property Tax Advice
ReplyDeleteI've been hunting down some better than average stuff on the subject and haven't had any fortunes up until this point, You just got another greatest fan!.. backlinks service
ReplyDeleteIt is an extraordinary site.. The Design looks great.. Continue working like that!. high DA backlinks
ReplyDeleteA debt of gratitude is in order for the pleasant site. It was extremely helpful for me. I'm cheerful I discovered this online journal. Much obliged to you for offering to us,I too dependably gain some new useful knowledge from your post. Buy to Let Tax Advisor
ReplyDeleteIncredible review, I'm certain you're getting an extraordinary reaction. Buy to Let Property Tax Advice London
ReplyDeleteThis is an awesome motivating article.I am practically satisfied with your great work.You put truly extremely supportive data. Keep it up. Continue blogging. Hoping to perusing your next post. Property Tax Accountant
ReplyDeleteI truly like you're composing style, awesome data, thankyou for posting. Property Tax Advice
ReplyDeleteI cherish the way you compose and share your corner! Exceptionally intriguing and distinctive! Keep it coming! High TF backlinks
ReplyDeleteMuch obliged you all that much to share these connections. Will look at this.. Property Tax Advisors
ReplyDeleteI cherish the way you compose and share your corner! Exceptionally intriguing and distinctive! Keep it coming! High TF backlinks
ReplyDeleteThis is such an incredible asset, to the point that you are giving and you give it away for nothing. I cherish seeing blog that comprehend the quality. Im happy to have discovered this post as its such a fascinating one! I am dependably vigilant for quality posts and articles so i assume im fortunate to have discovered this! I trust you will be including more later on... Tax on Buy to Let Property
ReplyDeleteA debt of gratitude is in order for sharing the information, keep doing awesome... I truly delighted in investigating your site. great asset... Tax Investigation Accountants
ReplyDeleteThe data you have posted is exceptionally helpful. The destinations you have alluded was great. A debt of gratitude is in order for sharing.. Tax Investigation Advisors
ReplyDeleteAwesome things you've generally imparted to us. Simply continue composition this sort of posts.The time which was squandered in going for educational cost now it can be utilized for studies.Thanks Tax Investigation Self Assessment
ReplyDeleteThis is my first time visit here. From the huge amounts of remarks on your articles,I surmise I am not just one having all the delight right here! Tax Investigation Specialists
ReplyDeleteI felt exceptionally cheerful while perusing this site. This was truly extremely instructive site for me. I truly loved it. This was truly a welcoming post. Much appreciated!. Tax Investigation Self Employed
ReplyDeleteGreat article, much obliged for assembling this! This is clearly one extraordinary post. A debt of gratitude is in order for the important data and bits of knowledge you have so given here. Tax Investigation Accountants
ReplyDeleteThis is extremely fascinating substance! I have completely delighted in perusing your focuses and have arrive at the conclusion that you are right about a number of them. You are incredible. blog comments backlinks
ReplyDeleteOkay, let's be honest here - I'm a huge procrastinator and I've started worrying about my final essay only a few days before the deadline. I understood that I was screwed, so I've decided to ask for help at this essay writing service. And these guys just saved my life!
ReplyDeleteA debt of gratitude is in order for setting aside an ideal opportunity to talk about this, I feel emphatically about it and affection adapting more on this theme. On the off chance that conceivable, as you pick up skill, would you brain overhauling your online journal with additional data? It is to a great degree accommodating for me. Profile backlinks
ReplyDeleteAre you a freelance writer, novelist, or short story writer? If so, join our writing community with
ReplyDeletecash prize contests, freelance opportunities, and free writing tools. https://gurudissertation.net/dissertation-editing/
papernow.org
ReplyDeleteYour essay service is a unique custom essay writing services. I got a paper that was top-quality, and ever since, I've not been able to stop talking about what you do, and how well you do it! Your customer service was equally excellent.
Almost everyone has access to the Internet today. Most people use social networks, online cinemas and other services, recently online casinos have also been added to their number. If you are interested in online casinos, then visit best free pokies.
ReplyDeleteMy sister and I are really grateful to this sdk for ios. She was looking for this for a couple of nights and really frustrated that haven't seen any of like this before. Now she is happy. I am here now and would just like to say thanks a lot for a lucky post and we hope that you can help out a lot of people like my sister! If you are looking for a game - akinator! the web genie! you should try this game! Really amazing that the genie knows what I was thinking. If you dont belive me you can visit and play the game (go url)
ReplyDeleteAmazing Article, Really useful information to all So, I hope you will share more information to be check and share here.
ReplyDeleteJupyter Notebook
Jupyter Notebook Online
Jupyter Notebook Install
Automation Anywhere Tutorial
Rpa automation anywhere tutorial pdf
Automation anywhere Tutorial for beginners
Kivy Python
Kivy Tutorial
Kivy for Python
Kivy Installation on Windows