0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.markdown More... almost 11 years ago
Merge pull request #12 from StremorCorp/master More... almost 11 years ago
HGPageImageView: proper retain/release in custom setter More... almost 11 years ago
Add HGPageImageView instances to sample project More... almost 11 years ago
Add simple HGPageImageView subclass for displaying images in the scroll view More... almost 11 years ago
Fixed issue with backward compatibility to iOS 4.X related to UIViewControllerHierarchyInconsistencyException More... almost 12 years ago
Update README.markdown More... almost 12 years ago
iOS 5.1 Compatibility fixes More... almost 12 years ago
Merge pull request #6 from phcorcoran/master More... about 12 years ago
Fixed a glitch where the selected page would be wrong after deletion, possible because of animation. More... about 12 years ago
Modified animations slightly, because removing the last page used to be quite awkward, i.e. it wouldn't animate at all, the last page would just disappear instantly. More... about 12 years ago
Merge pull request #4 from phcorcoran/master More... about 12 years ago
Added overlay on top of pages in DECK mode, that way you don't see the weird shadow through the translucent page. Changed the background colors to be closer to safari. Modified slightly the shadows of pages. More... about 12 years ago
Fixed issue #1. Thanks [shannoga](https://github.com/shannoga). More... almost 13 years ago
added features list to README More... almost 13 years ago
Added support for adding, deleting and reloading pages. - (void)insertPagesAtIndexes:(NSIndexSet *)indexes animated:(BOOL)animated; - (void)deletePagesAtIndexes:(NSIndexSet *)indexes animated:(BOOL)animated; - (void)reloadPagesAtIndexes:(NSIndexSet *)indexes; More... almost 13 years ago
You can now add a view from a UINavigationController as a page to HGPageScroller. More... about 13 years ago
Extended HGPageScrollViewDelegate interface to receive dragging and deceleration events from HGPageScrollView. This allows tighter control over the behavior of the scroll view. Fixed bug in HGPageScrollView: removed the (circular) reference to its delegate and datasource, thus preventing them from properly being released. Added ignore interaction events while HGPageScrollView is switching states (animating selection of page) Added support for paging. HGPageScrollView now delays updates to current page selection while the user is still dragging. More... about 13 years ago
Fixed minor display issues when loading HGPageScrollView with no data. Added initialization code to reloadData. Commented out NSLogs (debug). Cleaned up code. More... about 13 years ago
Fixed bug: when in page mode, scrollView jumps to deck mode after reloading data. More... about 13 years ago
Reverted previous change: HGPageScrollView now initially reloads the first 2 pages (by setting the selected page index as 0 and calling reloadData in awakeFromNib:). Default numberOfPages is now 1. Fixed a bug in page size when deselecting a page (to go back to deck mode). More... about 13 years ago
Fixed bug page resizing when reloading data for page scroller. Improved loading efficiency of pageScrollView (skip loadData in initWithCoder:, skip implicit selection of object at index 0) selectPageAtIndex:animated: MUST now be called upon initialization of pageScrollView. Fixed bug in scrolling using the page control More... about 13 years ago
Added support for selecting a page which is outside the visible range (revised selectPageAtIndex:animated:) Fixed bug in acquiring a custom page header (when dataSource implements pageScrollView:headerViewForPageAtIndex:) Fixed bug: incorrect viewMode is set after calling reloadData. Fixed bug in acquiring page title and subtitle from delegate, due to typo in method name passed to respondsToSelector: More... about 13 years ago
Updated MainWindow.xib More... about 13 years ago
Merge remote branch 'origin/master' More... about 13 years ago
Added custom MyPageView class to extend the default HGPageView. Improved HGPageScrollView scroll performance by applying a shadowPath to the layer of each scrolled page. Using a shadowPath significantly improves rendering performance, as the shadow is created using the specified path instead of the layer’s composited alpha channel. More... about 13 years ago
added screenshot 2 to README More... about 13 years ago
Edited README.markdown via GitHub More... about 13 years ago
[no comment] More... about 13 years ago
updated screenshot links (again) More... about 13 years ago