knutigro / COBezierTableView

Custom TableView written in Swift where cells are scrolling in an arc defined by a BezierPath. Project even include classes for testing and constructing new BezierPaths for testing new UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COBezierTableView

codebeat badge Build Status Version License Platform

UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath.

Project even include classes for editing BezierPaths. When you are happy with your path, insert the static points to the BezierPoints struct in UView+Bezier.swift.

Output sample

Usage

COBezierTableView can be imported into both Swift and Objective-C projects.

Objective-C:

#import "COBezierTableView/COBezierTableView-Swift.h"

Installation

COBezierTableView is available through CocoaPod. To install it, simply add the following line to your Podfile:

CocoaPods is a dependency manager for Cocoa projects.

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:

$ gem install cocoapods

To integrate COBezierTableView into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'COBezierTableView', '~> 0.1'

Then, run the following command:

$ pod install

Author

Knut Inge Grosland, ”hei@knutinge.com

License

COBezierTableView is available under the MIT license. See the LICENSE file for more info.

About

Custom TableView written in Swift where cells are scrolling in an arc defined by a BezierPath. Project even include classes for testing and constructing new BezierPaths for testing new UI.

License:MIT License


Languages

Language:Swift 92.6%Language:Ruby 6.3%Language:Shell 1.1%