Skip to content

MaTriXy/garland-view-ios

 
 

Repository files navigation

header

Garland View

Twitter Carthage compatible codebeat badge Donate

Check this library on other platforms:

Looking for developers for your project?
This project is maintained by Ramotion, Inc. We specialize in the designing and coding of custom UI for Mobile Apps and Websites.


The iPhone mockup available here.

Requirements

iOS 10.0
Xcode 9
Swift 4.0

Installation

You can install garland-view in several ways:

  • Add source files to your project.

pod 'garland-view'

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.

This library is a part of a selection of our best UI open-source projects.

Licence

Garland view is released under the MIT license. See LICENSE for details.

Get the Showroom App for iOS to give it a try

Try our UI components in our iOS app. Contact us if interested.



Follow us for the latest updates:

Releases

No releases published

Packages

No packages published

Languages

  • Swift 97.7%
  • Ruby 1.2%
  • Objective-C 1.1%