Skip to content

Latest commit

 

History

History

SwiftUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PovioKit: SwiftUI

A package including components to help you out developing for SwiftUI framework.

Components

Views
ActionButton Generic and customizable CTA button
PhotoPickerView Photo and Camera picker view used in combination with PhotoPickerModifier
ProfileImageView Generic and customizable profile image view component
ProgressStyle Customizable ProgressViewStyle
RemoteImage Fetching remote images using Kingfisher
ScrollViewWithOffset ScrollView that expose offset as we scroll
View Modifiers
MeasureSizeModifier A modifier to return size of the underlying view
OnFirstAppearModifier Similar to the OnAppear modifier, but only runs once per view lifecycle
PhotoPickerModifier Easily add photo or camera picker to the view
PinchToZoomModifier Pinching and zooming in/out with ease
SquaredModifier Make given view squared. This is mostly used with images to properly keep the aspect ratio
TextFieldLimitModifer This modifier adds an upper bound text length limitation to the TextField
Extensions
AnyTransition
Color
Image
Text
View