0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from fkuehne/featurebranch More... over 8 years ago
Fix implicit integer precision loss More... over 8 years ago
Enable tvOS More... over 8 years ago
Merge pull request #6 from geraldvoit/master More... over 9 years ago
documentation and code style enhancement More... over 9 years ago
Option to disable the motion animation More... over 9 years ago
Asserting that the delegate method returns an image More... almost 11 years ago
Added link to documentation More... almost 11 years ago
Added the actual MSWeakTimer submodule More... almost 11 years ago
Added note about cocoa pods More... almost 11 years ago
Added MSWeakTimer dependency to podspec More... almost 11 years ago
Using MSWeakTimer so that the clients don't need to stop the animations to avoid the leak More... almost 11 years ago
No defines! (Also, no kXXX) More... almost 11 years ago
Removed unnecessary methods More... almost 11 years ago
Changed the license on the implementation files More... almost 11 years ago
Added podspec More... almost 11 years ago
Change license to MIT More... almost 11 years ago
small cleanup More... over 11 years ago
Removed unwanted NSLog More... over 11 years ago
Small fix in the README file. More... over 11 years ago
Styling in the README file More... over 11 years ago
Small clean up in README More... over 11 years ago
Small fix in the README file More... over 11 years ago
Now JSAnimatedImagesView doesn't need you to call startAnimating manually. It also stops animating when the view disappears. This prevents the issue where it could potentially stay in memory forever if you forgot to tell it to stop animating (because the NSTimer retains the view!) Also updated the README to reflect this change and documented it a bit better. More... over 11 years ago
Renamed JSAnimatedImagesViewDelegate to JSAnimatedImagesViewDataSource More... over 11 years ago
Added [email protected] so that the sample app uses the full screen on the iPhone 5 More... over 11 years ago
Forgotten stuff during clean up More... over 11 years ago
Made the project ARC only now. Supporting the new animationDuration property. Supporting iOS 6 properly in the controller. General clean up + better coding guidelines. More... over 11 years ago
Added transitionDuration property More... over 11 years ago
Renamed group name in sample project More... over 11 years ago