Borut Tomazin
Borut Tomazin
Let's build on the existing `TextField` component and extend it even further. The main focus is to build reusable and configurable component, based on the [designs](https://www.figma.com/file/75s6aqhuVmZbUKnNTXfOKF/Povio-UX-Library---Mobile?node-id=44%3A554&t=mHEOSvB9Eulz9cgS-0) from the design team....
A UI component you can use to present an image or set of images in full-screen mode. Requirements * you should be able to inject an array of images *...
A UI component that effectively replaces and extends native UIActionSheet. Here is the list of capabilities that it should cover: * dynamically expandable based on the content height * pan...
Wizard provides an animation context, in which different steps of a UI can be animated, and a capability to control the whole flow. The best part is that the view...
A set of image tools bundled in a handy `UIImage` extension. Some methods depends on the Kingfisher library, therefore it needs to be installed in the project in order to...
A simple wrapper for [NSColorWell](https://developer.apple.com/documentation/appkit/nscolorwell) macOS component.