0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated README. More... over 10 years ago
Fix spelling More... about 12 years ago
respects initial landscape device orientation More... over 12 years ago
Removed swizzling of UIViewController's present(Modal)ViewController which breaks UIViewController's presentingViewController property and thereby modal unwind segues. iOS 5+ uses UIViewController's definesPresentationContext property to determine which controller is parent for a modal view controller. That system should handle presentation just fine even without swizzling. More... over 12 years ago
Fixed that parentViewController was not set on child controllers if IIViewDeckController is the window root. More... over 12 years ago
Add status bar methods for view controller containment More... over 12 years ago
Fix status bar disappearance in iOS 7 beta when setting the center controller to a navigation controller More... over 12 years ago
Update README.md More... almost 13 years ago
Fixed -Wsign-compare warnings. More... almost 13 years ago
Fixed -Wshadow warnings. More... almost 13 years ago
Added II_BRIDGE macros for ARC/non-ARC scenarios. More... almost 13 years ago
Added some safety checks around the disable-pan-over-view registration code. More... almost 13 years ago
Added optional EXTRA_APPSTORE_SAFETY directive to disable some 'unconventional' code. More... almost 13 years ago
Merge branch 'develop' More... almost 13 years ago
Updated version and podspec to 2.3.1. More... almost 13 years ago
IIViewDeckNavigationBarOrOpenCenterPanning behaves correctly again. More... almost 13 years ago
Updated README copyright years. More... almost 13 years ago
Merge branch 'develop' More... almost 13 years ago
Fixed shadow and rounded corner rotation animations. More... almost 13 years ago
Fixed the way new frames are set for side controllers. More... almost 13 years ago
Added a missing willMoveToParentViewController: More... almost 13 years ago
After some more careful thought: the center does not need the finish transition blocks. More... almost 13 years ago
Fix my a-bit-too-eager refactoring. More... almost 13 years ago
Hacking addSubView so that it handles the needs offset adjustment if it was set in loadView. More... almost 13 years ago
Handle changes in the center controller the same was as in the side controller (with transition blocks). More... almost 13 years ago
If loading a view into a navigation controller stack, mark it that it needs adjustment. More... almost 13 years ago
Added setNeedsOffsetAdjustment to IIViewDeckView. More... almost 13 years ago
Added IISideController to ViewDeckExample. More... almost 13 years ago
Updated copyrights in ViewDeck lib files. More... almost 13 years ago
Updated podspec. More... almost 13 years ago