android - PFQueryTableViewController getting possible error -


i have question regarding how 1 intercept error message on pfquerytableviewcontroller. basically, override method in pfquerytableviewcontroller allow me display custom error alerts if there problem executing query. know how perform such behavior.

on ios, here's method override:

- (void)objectsdidload:(nullable nserror *)error; 

in implementation, can check if there error , responded you'd like.

note: should [super objectsdidload:] if override it.

source: parse docs


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -