Pinned Repositories
AppUpdates
A method for adding and updating objects to CoreData based on App verion number.
Category
Contacts
Contacts is an example of SwiftUI life-cycle application using CoreData and MVVM Architecture. **NOTE** this is a work-in-process which has only begun.
CustomBlurSafeAreas
This project has the building blocks to create a custom header and footer with `UIBlurEffect` in a `ZStack`. Current picker implementation requires iOS 14.0, but the blurred safe area itself does not.
Fish
"Fish" as in "teach a man to fish ... " A study in SwiftUI+CoreData+MVVM ...
OverlayBlurringUnderlyingImage
Use a Binding to "see through" a square view that blurs the image behind it.
PhotoSelectAndCrop
This package integrates a UIImagePickerController into a SwiftUI app. Obtain 1) a copy of the original image, 2) a scaled and / or cropped version of it, 3) a CGFloat and 4) CGPoint. The CGFloat and CGPoint represent the scale and position of the original image used to make the processed version.
PhotoSelectAndCropDemo
A basic implementation of the PhotoSelectAndCrop Package. Play with the various settings, select a picture and view the details of the ImageAttributes which in a production project can be saved in @AppStorage, CoreData, etc ...
Rillieux's Repositories
Rillieux/PhotoSelectAndCrop
This package integrates a UIImagePickerController into a SwiftUI app. Obtain 1) a copy of the original image, 2) a scaled and / or cropped version of it, 3) a CGFloat and 4) CGPoint. The CGFloat and CGPoint represent the scale and position of the original image used to make the processed version.
Rillieux/Fish
"Fish" as in "teach a man to fish ... " A study in SwiftUI+CoreData+MVVM ...
Rillieux/PhotoSelectAndCropDemo
A basic implementation of the PhotoSelectAndCrop Package. Play with the various settings, select a picture and view the details of the ImageAttributes which in a production project can be saved in @AppStorage, CoreData, etc ...
Rillieux/CustomBlurSafeAreas
This project has the building blocks to create a custom header and footer with `UIBlurEffect` in a `ZStack`. Current picker implementation requires iOS 14.0, but the blurred safe area itself does not.
Rillieux/Contacts
Contacts is an example of SwiftUI life-cycle application using CoreData and MVVM Architecture. **NOTE** this is a work-in-process which has only begun.
Rillieux/AppUpdates
A method for adding and updating objects to CoreData based on App verion number.
Rillieux/Category
Rillieux/OverlayBlurringUnderlyingImage
Use a Binding to "see through" a square view that blurs the image behind it.