<?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 Turning off Tile Animation in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717455#M6397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using the Local Tiled Layer sample as a test bed for designing tile packages. I have found that the animation between the tile levels is distracting if the tiles are all points and lines, especially if layer visibility is different at each level. I found the ???enableTileAnimation??? property in the API reference but can???t find it in the sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Russell&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 12:10:36 GMT</pubDate>
    <dc:creator>RussellShirley</dc:creator>
    <dc:date>2012-06-26T12:10:36Z</dc:date>
    <item>
      <title>Turning off Tile Animation</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717455#M6397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been using the Local Tiled Layer sample as a test bed for designing tile packages. I have found that the animation between the tile levels is distracting if the tiles are all points and lines, especially if layer visibility is different at each level. I found the ???enableTileAnimation??? property in the API reference but can???t find it in the sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Russell&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 12:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717455#M6397</guid>
      <dc:creator>RussellShirley</dc:creator>
      <dc:date>2012-06-26T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Turning off Tile Animation</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717456#M6398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to cast the object returned by [AGSMapView addMapLayer] to AGSTiledLayerView. &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AGSTiledLayerView* tiledLyrView = (AGSTiledLayerView*) lyrView;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tiledLyrView.enableTileAnimation = NO;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this will turn off all animation&amp;nbsp; and may compromise UX in other situations (such as panning).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you upload a small video capture on YouTube displaying the problem you're seeing? We'd like to understand it more so that we may investigate better ways to improve the UX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717456#M6398</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2021-12-12T06:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Turning off Tile Animation</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717457#M6399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;is similar property exists in 10.x SDK?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/turning-off-tile-animation/m-p/717457#M6399</guid>
      <dc:creator>AndriyGalushka</dc:creator>
      <dc:date>2013-10-16T13:44:58Z</dc:date>
    </item>
  </channel>
</rss>

