Latest | 1.1.1 |
---|---|
Homepage | https://github.com/knutigro/COBezierTableView |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
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
.
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, ”[email protected]”
License
COBezierTableView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "COBezierTableView", "version": "1.1.1", "summary": "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath", "description": "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath.nnProject 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.", "homepage": "https://github.com/knutigro/COBezierTableView", "swift_version": "4.2", "license": "MIT", "authors": { "Knut Inge Gru00f6sland": "[email protected]" }, "source": { "git": "https://github.com/knutigro/COBezierTableView.git", "tag": "1.1.1" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "COBezierTableView/*.swift" }
Thu, 04 Oct 2018 21:20:09 +0000