Symptom
Crashed with “Thread 1: EXC_BAD_ACCESS (code=1, address=0x18)”
Cause
Case 1: You are accessing UI from the timer thread. UI parts should be accessed from the main thread.
Case 2: Invalidated the timer before the timer thread completion.
Blog of aiharasoft.com
Crashed with “Thread 1: EXC_BAD_ACCESS (code=1, address=0x18)”
Case 1: You are accessing UI from the timer thread. UI parts should be accessed from the main thread.
Case 2: Invalidated the timer before the timer thread completion.