Advertise Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Your First iPhone App
($1.99)

iPhone Code Generator
($9.99)

Infinote Pinboard
for Todos and Notes
(free)

picplz
(free)

poG
($2.99)

VintageChart+
by Wine Spectator
(free)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-25-2009, 10:17 PM   #1 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 92
Default Problem with UIImage touche

Hello everyone. I am very new in in this development field.In my application i have an image of a road i want to touch this image if i touch outside of the road image its alert me but i dont know the touch function of UIImage can any one help me about this.
evana is offline   Reply With Quote
Old 09-26-2009, 05:27 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 57
Default

Quote:
Originally Posted by evana View Post
Hello everyone. I am very new in in this development field.In my application i have an image of a road i want to touch this image if i touch outside of the road image its alert me but i dont know the touch function of UIImage can any one help me about this.
You can just use touchesEnded, then just check if the touch occurred on the road or not.

Code:
-(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{
  UITouch *touch = [touches anyObject];
  if(touch.view == myRoadView){
   ...
  }
}
__________________
My Apps: iTouchdown, Finger Fogger, Tri-Ominos
coder19 is offline   Reply With Quote
Old 09-26-2009, 11:04 PM   #3 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 92
Default

Thank you so much for you reply.can you pls tell me whether it is possible or not that i have an image with a road, house besides the road, children park besides the road but my touch event only work when i touch the road otherwise not.is it possble???

Thanks in advance.
evana is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


» Advertisements
» Stats
Members: 52,415
Threads: 53,155
Posts: 226,641
Top Poster: BrianSlick (3,598)
Welcome to our newest member, buymobileinbulkprice
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:42 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0