Description
GarlandView seamlessly transitions between multiple lists of content.
Garland View alternatives and similar libraries
Based on the "Animation" category.
Alternatively, view garland-view alternatives based on common mentions on social networks and blogs.
-
IBAnimatable
Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. -
SkeletonView
An elegant way to show users that something is happening and also prepare them to which contents he is waiting -
AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code. -
EasyAnimation
A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level. -
Fluid Slider
A slider widget with a popup bubble displaying the precise value selected. Made by @Ramotion -
ChainPageCollectionView
Fancy two-level collection view layout and animation. -
navigation-toolbar
Navigation toolbar is a slide-modeled UI navigation controller made by @Ramotion -
DSGradientProgressView
DSGradientProgressView is a simple and customizable animated progress bar written in Swift. -
DottedProgressBar
Simple and powerful animated progress bar with dots
Get performance insights in less than 4 minutes.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Garland View or a related project?
README
GARLAND VIEW
Garland View seamlessly transitions between multiple lists of content.
We specialize in the designing and coding of custom UI for Mobile Apps and Websites. Stay tuned for the latest updates:
Requirements
- iOS 10.0
- Xcode 9
- Swift 4.0
Installation
You can install garland-view
in several ways:
- Add source files to your project.
- Use CocoaPods:
ruby pod 'garland-view'
- Use Carthage:
github "Ramotion/garland-view"
Usage
Garland View
Garland view can be used directly or by subclassing GarlandViewController
. In both variants you need to implement UICollectionViewDataSource
and UICollectionViewDelegate
protocols.
let nib = UINib(nibName: "CollectionCell", bundle: nil)
garlandCollection.register(nib, forCellWithReuseIdentifier: "Cell")
garlandCollection.delegate = self
garlandCollection.dataSource = self
Control can be user with or without header view. Use setupHeader(:UIView)
to customize collection header.
Use GarlandConfig
to make your custom configuration.
Take a look at the Example
project for an integration example.
๐ Check this library on other language:
๐ License
Garland View is released under the MIT license. See [LICENSE](./LICENSE) for details.
This library is a part of a selection of our best UI open-source projects.
If you use the open-source library in your project, please make sure to credit and backlink to https://www.ramotion.com/
๐ฑ Get the Showroom App for iOS to give it a try
Try this UI component and more like this in our iOS app. Contact us if interested.
*Note that all licence references and agreements mentioned in the Garland View README section above
are relevant to that project's source code only.