Lets say I want a BOOL to indicate the status of something. Then I call a class method that uses a recursive function to construct a certain string. Is there anyway to keep this BOOL outside of the class method so that it s status can change outside of the recursion? I m finding a hard to ask this question clearly but I m hoping you guys know what I m trying to ask :/
I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...