<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/objective-c/tags/touch</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 15:16:31 GMT</pubDate>
<item>
<title>(Objective C) Enable UIButton inside UIImageView - vaishnavi</title>
<link>http://snipplr.com/view/58742/enable-uibutton-inside-uiimageview/</link>
<description><![CDATA[ <p>When you add a UIButton as a subview to UIImageView, it will not correspond to touch events automatically, UIImageView's userinteraction property needs to be set</p> ]]></description>
<pubDate>Fri, 16 Sep 2011 19:24:58 GMT</pubDate>
<guid>http://snipplr.com/view/58742/enable-uibutton-inside-uiimageview/</guid>
</item>
<item>
<title>(Objective C) Detecting a multitouch - tenveer</title>
<link>http://snipplr.com/view/41571/detecting-a-multitouch/</link>
<description><![CDATA[ <p>written in touchesbegin</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 22:19:52 GMT</pubDate>
<guid>http://snipplr.com/view/41571/detecting-a-multitouch/</guid>
</item>
<item>
<title>(Objective C) Determine device (iPhone, iPod Touch) with iPhone SDK - espinallab</title>
<link>http://snipplr.com/view/38644/determine-device-iphone-ipod-touch-with-iphone-sdk/</link>
<description><![CDATA[ <p>Here is how to determine the device type.\r\n\r\nHow to use it.\r\n\r\nUIDeviceHardware *h=[[UIDeviceHardware alloc] init];\r\n[self setDeviceModel:[h platformString]];   \r\n[h release];</p> ]]></description>
<pubDate>Sat, 07 Aug 2010 00:08:15 GMT</pubDate>
<guid>http://snipplr.com/view/38644/determine-device-iphone-ipod-touch-with-iphone-sdk/</guid>
</item>
</channel>
</rss>