Select to view content in your preferred language

[AGSGDBFeatureTable canUpdateFeature:feature] is the worst

3168
0
08-15-2014 11:55 AM
MichaelDavis3
Frequent Contributor

Somehow [AGSGDBFeatureTable canUpdateFeature:feature] kicks off a traverse of the entire featureTable (or possibly the entire GDB).  So what you would expect to be a quick boolean check before updating a feature can stall the app for minutes while it searches through large feature layers. 

Avoid using this.

Matt Cooper

0 Kudos
0 Replies