Hello,
is it possible to make all the CoreData stuff in a vanilla swift file?
My problem is: I want to do all the CoreData stuff of an SwiftUI project in a DataManager (not a SwiftUI View), which is a distinguished swift file, how can I do this? (Maybe give some example code)
Thx
Post
Replies
Boosts
Views
Activity
Hello,
i have an UiKit App, which if you highlight a button (by clicking it) gets an white overlay even in dark mode, instead of an black which would probably look nicer in dark mode. Did I something wrong, or is this intended behavior?