All Projects → maximbilan → CheckMarkView

maximbilan / CheckMarkView

Licence: MIT license
UI view which draws programmatically a checkmark with different styles

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to CheckMarkView

Collectionviewslantedlayout
A CollectionView Layout displaying a slanted cells
Stars: ✭ 2,029 (+5697.14%)
Mutual labels:  ui-design, uikit, ui-components
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (+400%)
Mutual labels:  ui-design, uikit, ui-components
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (+485.71%)
Mutual labels:  ui-design, uikit, ui-components
Swifthuecolorpicker
iOS HUE color picker
Stars: ✭ 44 (+25.71%)
Mutual labels:  ui-design, uikit, ui-components
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (+4251.43%)
Mutual labels:  ui-design, uikit, ui-components
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (+177.14%)
Mutual labels:  ui-design, uikit, ui-components
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (+5.71%)
Mutual labels:  ui-design, uikit, ui-components
Flamesui
A css-based web components.
Stars: ✭ 133 (+280%)
Mutual labels:  ui-design, uikit, ui-components
open design system
Open Source Design System using Sketch. It's early days of my project.
Stars: ✭ 22 (-37.14%)
Mutual labels:  ui-design, uikit, ui-components
Metroset Ui
Windows Forms Metro Skin Style, Make The Applications With Metro Styles. see more https://n-a-r-w-i-n.github.io/MetroSet-UI/
Stars: ✭ 228 (+551.43%)
Mutual labels:  ui-design, ui-components
Expenso Ios
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture.
Stars: ✭ 191 (+445.71%)
Mutual labels:  ui-design, ios-app
pikko
Color picker for iOS made with ❤️
Stars: ✭ 34 (-2.86%)
Mutual labels:  uikit, ios-app
Css Mint
Lightweight and simple to use UI Kit. Fully responsive, just 3KB gzipped.
Stars: ✭ 209 (+497.14%)
Mutual labels:  ui-design, ui-components
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-42.86%)
Mutual labels:  ui-design, uikit
Jetquotes
🔖 A Quotes Application built to Demonstrate the Jetpack Compose UI
Stars: ✭ 179 (+411.43%)
Mutual labels:  ui-design, ui-components
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+397.14%)
Mutual labels:  ui-design, ios-app
XamCall
XamDesign Xamarin Forms Call screen Ui Design
Stars: ✭ 25 (-28.57%)
Mutual labels:  ui-design, uikit
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (-2.86%)
Mutual labels:  ui-design, ios-app
awesome-neumorphism
A curated list of awesome Neumorphism resources.
Stars: ✭ 15 (-57.14%)
Mutual labels:  ui-design, uikit
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-54.29%)
Mutual labels:  ui-design, ui-components

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].