0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update podspec & README.md to v1.2.1 More... about 10 years ago
Merge pull request #8 from paulz/demo_without_cocoapods More... about 10 years ago
Merge pull request #7 from paulz/fix_warnings More... about 10 years ago
make demo project working without installing cocoapods, open projectin xcode and run to see the demo More... about 10 years ago
fix compiler warning - remove unused variable More... about 10 years ago
Update podspec & README.md to v1.2.0 More... about 10 years ago
Prevent rotation while splashScreen is visible. More... about 10 years ago
Improve df6ca3c by using copiedRootLayer to perform animation at splashWindow rather than mainWindow. More... about 10 years ago
Refactor code, adding AssetCatalog's LaunchImage & iPad-landscape support. More... about 10 years ago
Update podspec & README.md to v1.1.0 More... over 10 years ago
Merge branch 'iOS7' into develop More... over 10 years ago
[Migration] Fix duplicated confirmAlertView by replacing NSRunloop-run to dispatch_after. More... over 10 years ago
Don't crop statusBarFrame for iOS7's flat-design. More... over 10 years ago
Update README.md More... over 10 years ago
Improve #6 by not detaching rootViewController on '-show' automatically & add '-detachRootViewController' method to call manually. More... over 10 years ago
[Demo] Update Podfile. More... over 10 years ago
Improve #5 by trimming splashLayer's rounded corner only for iOS6. More... over 10 years ago
Merge pull request #5 from yberdnikov/patch-1 More... over 10 years ago
Rounded top cornders More... over 10 years ago
Add _blurredCircleOpening/ClosingAnimation as preset animation (uses private API) More... almost 11 years ago
Add circleOpening/ClosingAnimation as preset animation. More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Add screenshot & update README.md More... almost 11 years ago
Change directory structure. More... almost 11 years ago
Fix cubeAnimation by adding YISplashScreenAnimation class and set shouldMoveSplashLayerToMainWindowBeforeAnimation=YES. More... almost 11 years ago
Add dummy rootViewController to prevent console warning "Applications are expected to have a root view controller at the end of application launch" More... almost 11 years ago
Set deployment target to iOS5.0 More... almost 11 years ago
Move #import <QuartzCore/QuartzCore.h> to header file. More... almost 11 years ago
Revert "Removed [CATransaction flush] & added [NSRunloop runUntilDate:] instead." because restoring originalRootViewController must be done before running run loop, or its view.frame will not be properly set. More... almost 11 years ago