Thank you for your reply and sorry for late reply. Actually, I looked at this sample but don't understand how to use. (Sorry, I totally new to ArcGIS).
In sample, project use row and column but my API using x,y coordinate system.
I try to study ROW and COL system to convert to X,Y (Is this possible?).
And what about tileKey? What is it?
Any more information would be appreciate.
Thanks you.
EDIT:
In sample code there is requestTileForKey: delegate method, What this method get called by?
EDIT2:
Now I know that level, row, column is z, x, y .But how can I get these value?
EDIT3:
In sample code there is XML Parser bundle. Is this needed? Look like app max zoom level is up to AGSLOD, I need to define this lod?
EDIT4:
I need to inherit from AGSDynamicLayer instead of AGSTiledServiceLayer. Because I have base map and tile I need is not basemap. So, now it's not look like a sample code.