wangwangwar / daily-notes

Daily Notes
4 stars 0 forks source link

-(void)prepareForReuse; #33

Closed ButtFly closed 7 years ago

ButtFly commented 9 years ago

这是cell在重用之前执行的,啥也不说,记住它。

wangwangwar commented 9 years ago

cell重用在RAC中需要注意让cell中的信号在重用前释放掉。如:[cell.textField.rac_textSignal takeUntil:cell.rac_prepareForReuseSignal];

Ref issue #28 , "Edit Recipe View Controller"。