After I have set an AGSGDBFeatureServiceTable, and invoked the loadCompletion block, I set the delegate and add the layer to my mapView.
Inside the delegate layerDidLoad method, I receive confirmation the layer did load.
Then I query the AGSGDBFeatureServiceTable for features, and get mixed results. Sometimes I get all the features, 5 total, and other times I get 0.
The documentation led me to believe that layerDidLoad is what I should be waiting for but it looks like that isn't it. I can't seem to find what exactly I should be waiting for to query the service.
Any ideas?