I am using RestKit version 0.2, and when I call RKRequestOperation, I see that it blocks the UI (meaning, the UI becomes incoherent/unresponsive), as shown below: < p>
– (void)scrollViewWillE
I am using RestKit version 0.2, and when I call RKRequestOperation, I see that it blocks the UI (meaning, the UI becomes incoherent/unresponsive), as shown below: < p>
– (void)scrollViewWillE
What is the correct way to use RestKit for “persistent” sessions?
The easiest way is to have a long session on the server side, but
not sure if it is safe for the browser version. I would rat