Darren Asaro

Results 2 issues of Darren Asaro

I have an app which stores an entity `class EntityA: NSManagedObject {...}` I have the following simplified CoreData code to fetch this entity ``` let container = NSPersistentContainer(name: "Model") let...

ios/compiler bug

``` struct PaginationViewBug: View { @State private var index = 0 var body: some View { // works with .horizontal but does not with .vertical PaginationView(axis: .vertical) { Color.red .onTapGesture...

good first issue