<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sending touch input to mapview under UIView in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169478#M1588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i tried that method of toggline userInteractionEnabled, but the problem with that was that once it was disabled, it would not re enable. I just made a work around to the problem by moving my freehand painting view out of the screen boundaries when its not needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2012 13:55:16 GMT</pubDate>
    <dc:creator>HamzaHaroon</dc:creator>
    <dc:date>2012-08-31T13:55:16Z</dc:date>
    <item>
      <title>sending touch input to mapview under UIView</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169474#M1584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to disable and enable touch events to a UIView that is sitting ontop of the mapView. I have tried setting userInteractionEnabled = NO in a class(paintingView) that handles the touches for the UIView, but then i cant turn on the interaction. is there a way that i can send the touch events from paintingView class to my mapView so that the map can pan and zoom and do other functions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 17:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169474#M1584</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2012-08-23T17:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: sending touch input to mapview under UIView</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169475#M1585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HHaroon , I have the same problem , I want to custom AGSMapView User-Action to enable some new gesture , like use "Two Finger Tap" to do a new Map-Action , but not a way yet...:(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/38228-How-to-catch-AGSMapView-touch-gestures"&gt;http://forums.arcgis.com/threads/38228-How-to-catch-AGSMapView-touch-gestures&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here may be the idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 22:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169475#M1585</guid>
      <dc:creator>FrankLin1</dc:creator>
      <dc:date>2012-08-23T22:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: sending touch input to mapview under UIView</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169476#M1586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that seems like a way to do it. I'm just not sure how to send touch events to my uiview like that. currently my setup in storyboard is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;viewcontroller&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - view&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- agsmapview&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- paintingview (my uiview)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;im using my painting view to free hand draw on screen. with this setup, my paintingview recieves all of the touches, and i use the touchedBegan and other 3 methods to draw in my paintingView class, and no touch inputs are sent to the mapview. i tried implementing the touch methods in my viewcontroller class, but it only sends touch inputs to the mapview.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 11:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169476#M1586</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2012-08-24T11:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: sending touch input to mapview under UIView</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169477#M1587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should keep a toggle control which should set userInteractionEnabled of paintingview to ON/OFF. When it's ON, you draw the free hand sketch and OFF will allow you to do other map gestures (pan/zoom).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 21:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169477#M1587</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-08-27T21:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: sending touch input to mapview under UIView</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169478#M1588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i tried that method of toggline userInteractionEnabled, but the problem with that was that once it was disabled, it would not re enable. I just made a work around to the problem by moving my freehand painting view out of the screen boundaries when its not needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 13:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/sending-touch-input-to-mapview-under-uiview/m-p/169478#M1588</guid>
      <dc:creator>HamzaHaroon</dc:creator>
      <dc:date>2012-08-31T13:55:16Z</dc:date>
    </item>
  </channel>
</rss>

