2 posts with#objective c
Always Objective C asynchronous operation more async when in async test
TL;DR Always Use - (void)XCA_notify:(XCTAsyncTestCaseStatus)status withDelay:(NSTimeInterval)delay in async test. Do async. Most opeartion…
Life of viewcontroller
life of view controllers life of view controller init: ViewController loaded, no interface element (IBOutlet) available yet (all nil…