0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Some minor bug fix and text change to example codes. More... almost 11 years ago
Add license to source code. More... over 11 years ago
[Issue #3] Recommendation on how to track selectedPageIndex changes. More... over 11 years ago
Updates readme. More... over 11 years ago
[Issue #2] Added missing license. More... over 11 years ago
Option to turn off reusable views mechanism. More... almost 12 years ago
Use NSNotFound instead of NSUIntegerMax, which make more sense from a readability point of view. More... almost 12 years ago
Added ability to query visible page index and visible page at index. More... almost 12 years ago
Attempts to resolve rotation issue (#1) which was not handled previously. More... almost 12 years ago
Defines the delegate property for PagingView. (which wraps around the UIScrollView's delegate property) More... almost 12 years ago
Remove unnecessary logging. More... almost 12 years ago
Ability to retrieve the selectedPage, requires the view center to be within the given frame, otherwise, the behavior is undefined. More... almost 12 years ago
Fixed crashing during deallocation of PagingView due to calling @selector(removeObserver:forKeyPath:context:) in iOS 4 which is not available yet. More... almost 12 years ago
Fix overriding hitTest:withEvent: causes subviews input to be overridden too. More... about 12 years ago
Expose pagingView properties as if it is PeepingPagingView's. More... about 12 years ago
Option to ignore input for selection. (Basically when querying selectedPageIndex property when there is input, return the current page instead of NSUIntegerMax) More... about 12 years ago
Fix a bug in the designated initializer of PeepingPagingView setting the same frame of PeepingPagingView to the PagingView. (Similar to previous setFrame bug) More... about 12 years ago
In PeepingPagingView header, import PagingView instead of forward declare because users expect PeepingPagingView to be a variant of PagingView. More... about 12 years ago
Use assign instead of weak for PagingView's dataSource property to supports iOS 4.0 deployment. More... about 12 years ago
Fix a bug where setting frame of peeping paging view set the same frame for the underlying paging view. More... about 12 years ago
Add ability to scroll to selected page index. More... about 12 years ago
Exposes a way to allow paging view to query delegate for selected page index optionally. More... about 12 years ago
Fixes selected page index bug. More... about 12 years ago
Ability to query the selected page index. More... about 12 years ago
Connivence method for setting needs reload data from peeping paging view. More... about 12 years ago
When setting needs reload data to yes, always layout subviews. More... about 12 years ago
Store pageInsets and apply every time on paging view when its frame changes. More... about 12 years ago
Add LXPagingViews and its demo. More... about 12 years ago
Add gitignore. More... about 12 years ago
first commit More... about 12 years ago