NSK
Results
3
issues of
NSK
fix crash when object is nil in mothod `putObject:withId:intoTable`
when you add this label in the controller, and push out then push back, loop this operation, the memory will rise up , what I should do at this time?
When I use Xcode6 there will be this error Solution: 1. Find file POPPropertyAnimationInternal.h 2. change valueCount(nil) at line 53 to valueCount(0)