mirror of
https://github.com/ilyakooo0/huekit.git
synced 2024-11-25 06:34:32 +03:00
Update README
This commit is contained in:
parent
94f45efde8
commit
cb05d1f8ca
@ -23,7 +23,7 @@
|
||||
HueKit is a UI framework for iOS that provides components and utilities for building color pickers. Since each app may want a custom color picker, the design of this framework is geared towards reusability and allows for great customization.
|
||||
|
||||
### Components
|
||||
All components are marked `open`, so they can be inherited from. Also, all components are marked `@IBDesignable`, so they can be previewed in Interface Builder. Components that provide user interaction are subclassed from `UIControl`, you can observe a change in value by using `@IBAction`.
|
||||
All components are marked `open`, so they can be subclassed. Also, all components are marked `@IBDesignable`, so they can be previewed in Interface Builder. Components that provide user interaction are subclassed from `UIControl`, you can observe a change in value by using `@IBAction`.
|
||||
|
||||
#### ColorBarPicker
|
||||
![](readme-resources/components/ColorBarPicker.png)
|
||||
|
Loading…
Reference in New Issue
Block a user