Top "Nsrunloop" questions

NSRunLoop is a class in Apple's Foundation framework.

Using NSURLSession from a Swift command line program

I'm trying to test a little proof-of-concept command line app prior to integrating it into a larger app. What I'm …

macos swift nsurlsession nsrunloop
NSURLConnection with NSRunLoopCommonModes

I have written my own implementation of HTTPClient for my iOS app to download contents of specified URL asynchronously. The …

objective-c ios concurrency nsurlconnection nsrunloop
NSTimer and NSRunLoop

My app tracks a user with CLLocationManager. In the delegate call didUpdateToLocation I do all the fun stuff of saving …

objective-c nstimer cllocationmanager nsrunloop
Is calling -[NSRunLoop runUntilDate:] a good idea?

Is it generally a good idea to call -[NSRunLoop runUntilDate:]? It seems to work without any issues, but it …

iphone ipad ios asihttprequest nsrunloop
Stop an NSRunLoop

I have a connection in a thread, so I add it to the run loop to get all data: [[NSRunLoop …

cocoa cocoa-touch nsurlconnection nsrunloop cfrunloop