10 2020 档案
摘要:- (void)updateWithYValue:(CGFloat)newY { if (!isnan(newY)) { if (!_shouldResetConfiguration) { _minValue = newY; _maxValue = newY; _startValue = NO; _
阅读全文
摘要:KVO使用的方法 /** * Used by Foundation's Key-Value Observing. * * @warning Do not call this function yourself. */ OBJC_EXPORT Class objc_duplicateClass(Cla
阅读全文
摘要:[NSThread detachNewThreadWithBlock:^{ pid_t p1 = fork(); pid_t p2 = fork(); NSLog(@"当前线程%@ 1:%d",[NSThread currentThread],p1); NSLog(@"当前线程%@ 2:%d",[N
阅读全文