AppStoreStyleHorizontalScrollView alternatives and similar libraries
Based on the "ScrollView" category.
Alternatively, view AppStoreStyleHorizontalScrollView alternatives based on common mentions on social networks and blogs.
-
VegaScroll
โ๏ธ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9. -
PullToDismiss
You can dismiss modal viewcontroller like Facebook Messenger by pulling scrollview or navigationbar in Swift. -
SlideController
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount. -
CrownControl
CrownControl is a tiny accessory that makes scrolling through scrollable content possible without lifting your thumb. -
SpreadsheetView
Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AppStoreStyleHorizontalScrollView or a related project?
README
ASHorizontalScrollView
App store style horizontal scroll view
It acts similar to apps sliding behaviours in App store. There are both Objective-C (do not update anymore since v1.3) and Swift version available and they perform exactly the same function, please find whichever you like.
Please note that the gif is not from the sample project.
Please note that from now on, the objective-C source won't be updated anymore as I have been using Swift for all my works totally.
Installation
Install using one of the following options:
- Download the source from "Source" folder and drag into your project.
Using CocoaPods
Swift
pod 'ASHorizontalScrollView', '~> 1.5.2'
Objective-C
pod 'ASHorizontalScrollViewForObjectiveC', '~> 1.3'
Using Carthage
Swift
github "terenceLuffy/AppStoreStyleHorizontalScrollView" ~> 1.5.2
How to use it?
Please check in here (updated for v1.5, please check sample project for usage)
Versions:
1.0: Initial release
1.1: Change to adapt iOS 9 and Swift 2.1
1.2: Change C style code to Swift 3 compatible code, fix removeItemAtIndex last index crash bug
1.3: Supoort Swift 3 and XCode 8, add support to nib file
1.4: Add custom width when judging whether to scroll to next item; add support to all Apple devices screen size, now you can specified different mini margin, mini appear width and left margin for all sorts of screen sizes.
1.5: Introduce new properties to allow set number of items per screen for multiple screen sizes instead of setting minimum margins, as well as new properties to center subviews when items are not wide enough to use whole screen width
1.5.1: Add checking on items size before removing all items to avoid crash
1.5.2: Migrate to Swift 4.2 and add settings for iPhone X, Xs, XR and Xs Max landscape support
iOS Supported Version
iOS 8.0 or above.
Authorization
The MIT License (MIT) Copyright (C) 2014-Current WEIWEI CHEN
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Support
Having bugs? Please send me an email.
*Note that all licence references and agreements mentioned in the AppStoreStyleHorizontalScrollView README section above
are relevant to that project's source code only.