- (id<AGSTiledLayerTileDelegate>) tileDelegate [read, write, assign]Delegate to be notified when a tile is retrieved asynchronously. When this layer is loaded, a corresponding View object is automatically set as the tileDelegate which should not be replaced.
You are not suppose to set the tileDelegate. Here is the API reference doc of this property. The UIView<AGSLayerView>* lyr in your code becomes the tileDelegate by default, which you are not suppose to replace. Hence, you are not seeing the map. Hope this helps!Regards,Nimesh
I would like to know why you want to listen to operationDidGetTile method? What is the intention? What you want to do with it?Regards,Nimesh
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.