CheckMarkView Save

UI view which draws programmatically a checkmark with different styles

Project README

CheckMarkView

Version License Platform CocoaPods CocoaPods

Unfortunately Apple doesn't provide an accessory type property for UICollectionViewCell, such as for UITableViewCell, so I provide a custom way to create a checkmark. A just a simple view which draws programmatically a checkmark with some styles.

alt tag

Installation

CocoaPods:

pod 'CheckMarkView'

Manual:

Copy CheckMarkView.swift to your project.

Using

You can create from the code or set up a view in the Storyboard, XIB.

let checkMarkView = CheckMarkView()

For controlling you have checked property. And style property for the unchecked view. There are some styles:

enum CheckMarkStyle: Int {
    case nothing
    case openCircle
    case grayedOut
}

License

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

Open Source Agenda is not affiliated with "CheckMarkView" Project. README Source: maximbilan/CheckMarkView
Stars
35
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating