0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from stuffmc/develop More... almost 11 years ago
Allow to specify another default for the contentOffsetIncrement than 0.5 — Might be a better name than "contentOffsetIncrement" (I don't really care about the name). More... almost 11 years ago
Merge branch 'release/1.0.0' into develop More... almost 11 years ago
podspec++ More... almost 11 years ago
Revert "Attempt to make "tap status bar to scroll" work. It does, but in my tests with a NavigationController only when first pushing then popping. The basic problem is that there can only be one tableView having "scrollsToTop" for this to be called by iOS. Hope @evadne can have a look." More... about 11 years ago
Attempt to make "tap status bar to scroll" work. It does, but in my tests with a NavigationController only when first pushing then popping. The basic problem is that there can only be one tableView having "scrollsToTop" for this to be called by iOS. Hope @evadne can have a look. More... about 11 years ago
fixes page view controller erroneously reporting displayIndex at -0.5f when state is queried without backing layer being created for view in the presentation tree More... over 11 years ago
__weak More... over 11 years ago
semantics More... over 11 years ago
adapts a bit to dynamic line spacing adjustments More... over 11 years ago
exposes more collection view machinery More... over 11 years ago
removes faux cell color More... over 11 years ago
hides scroll indicators by default More... over 11 years ago
spacing; cell customization hooks More... over 11 years ago
fixes premature KVO on .collectionView.* during subclass -viewDidLoad causing duplicate _collectionView instantiation More... over 11 years ago
removes border color More... over 11 years ago
fixes scroll animation completion block yielding timing in -setDisplayIndex: and folks More... over 11 years ago
dead code removal More... over 11 years ago
fixes animation artifacts, showing / hiding collection view during overlay animation; removes erroneous displayIndex recalculation calling sites; fixes logic; fixes presentation; more concurrency supporting consecutive frame mutations happening when using the page collection view controller in a navigation controller, which may assign the frame repeatedly and mark prior animations as finished More... over 11 years ago
stylistics More... over 11 years ago
removes overlay view More... over 11 years ago
fixes snapping for RAPageCollectionViewController.collectionView.pagingEnabled = NO fixes autorotation off-bounds More... over 11 years ago
README update More... over 11 years ago
adds everything so updates actually will work More... over 11 years ago
initial work on providing an UICollectionView driven page view controller - it facilitates entity insertion, deletion and removal mapping - it taps into UICollectionView for fundamental constructs in entity updates - it does not require lengthy global initialization for every page - it does require the total number of pages - it has a custom hook for view controller reuse thru an application-provided custom dequeueing mechanism, like IRObjectQueue More... over 11 years ago
fixes additional homebound layout not considering an initial case, causing wrong content offset during view instantiating from nibs More... over 11 years ago
fixes flags More... over 11 years ago
fixes frame changes potentially leaving pages orphaned and detached e.g. on status bar frame changes More... over 11 years ago
fixes autorotation not suppressed during scroll view deceleration which might break stop offset More... over 11 years ago
fixes page container not autoresizing, breaking page continuity under status bar height doubling / halving More... over 11 years ago