A package including components to help you out developing for SwiftUI framework.
Views | Platform | |
---|---|---|
ActionButton | all | Generic and customizable CTA button |
PhotoPickerView | iOS | Photo and Camera picker view used in combination with PhotoPickerModifier |
ProfileImageView | all | Generic and customizable profile image view component |
ProgressStyle | all | Customizable ProgressViewStyle |
RemoteImage | all | Fetching remote images using Kingfisher |
ScrollViewWithOffset | all | ScrollView that expose offset as we scroll |
SimpleColorPicker | macOS | Wrapper for NSColorWell component |
View Modifiers | Platform | |
---|---|---|
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 |
Image |
Text |
View |