You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging in changes we made for Nice Mohawk's Ita. Full ARC support,
nothing but ARC. iOS 5+ only because of __weak. Tentative iOS 6 support.
Fixes an issue where ARC causes the NSNotification observer to over
retain self. #9
Uses iOS 5's new moving cell tableview methods rather than
delete/insert pairing.
Added separate LICENSE file. #10
In ATSDragToReorderTableViewController.m, self got retained when blockSelf is accessed in block, thus self is never deallocated (ARC).
The text was updated successfully, but these errors were encountered: