A package including components to help you out developing for SwiftUI framework.
| Views | Platform | |
|---|---|---|
| LinearProgressStyle | iOS | A custom linear ProgressView style |
| ProgressStyle | all | Customizable ProgressViewStyle |
| MaterialBlurView | all | Material blur effects view |
| PhotoPickerView | all | Photo and Camera picker view used in combination with PhotoPickerModifier |
| RemoteImage | all | Fetching remote images using Kingfisher |
| AnimatedImage | all | Fetching remote or local GIF images using Kingfisher |
| ScrollViewWithOffset | all | ScrollView that expose offset as we scroll |
| SimpleColorPicker | macOS | Wrapper for NSColorWell component |
| View Modifiers | Platform | |
|---|---|---|
| MaterialBlurBackgroundModifier | all | Material blur effects modifier. |
| MeasureSizeModifier | all | A modifier to return size of the underlying view |
| OnFirstAppearModifier | all | Similar to the OnAppear modifier, but only runs once per view lifecycle |
| PhotoPickerModifier | iOS | Easily add photo or camera picker to the view |
| PinchToZoomModifier | iOS | Pinching and zooming in/out with ease |
| SquaredModifier | all | Make given view squared. This is mostly used with images to properly keep the aspect ratio |
| TextFieldLimitModifer | all | This modifier adds an upper bound text length limitation to the TextField |
| Extensions |
|---|
| AnyTransition |
| Color |
| Text |