Don't use. Nicer picker in XUI Views.
Wrapper for: https://github.com/johankasperi/SwiftHSVColorPicker
It is implemented as a custom view. The native library is accessed with NativeObject.
You need to add these two lines to the main module:
Note that the color picker is not resizable. The size will be set based on the custom view initial size.
If you are using a local Mac then you need to download and copy the framework to the Mac Libs folder.
Xcode 9 Swift framework is attached.
Xcode 10: www.b4x.com/b4i/files/Xcode10SwiftFrameworks.zip
Wrapper for: https://github.com/johankasperi/SwiftHSVColorPicker
It is implemented as a custom view. The native library is accessed with NativeObject.
You need to add these two lines to the main module:
B4X:
#AdditionalLib: ColorPicker.framework.swift.3
#MinVersion: 8
Note that the color picker is not resizable. The size will be set based on the custom view initial size.
If you are using a local Mac then you need to download and copy the framework to the Mac Libs folder.
Xcode 9 Swift framework is attached.
Xcode 10: www.b4x.com/b4i/files/Xcode10SwiftFrameworks.zip
Attachments
Last edited: