iOS NSTimer 子線程 建立與取消

1.子線程中NSTimer的開啓 首先在.m文件中聲明兩個屬性一個是子線程 一個是子線程中的NSTimer。 @property (nonatomic, strong) NSThread *thread1; @property (nonatomic, strong) NSTimer *threadTimer; 而後用GCD在全局全隊中建立一個子線程並建立NSTimer。 __weak __typ
相關文章
相關標籤/搜索