Fatbobman(东坡肘子)

Results 13 comments of Fatbobman(东坡肘子)

Hi, I received your Issue in NavigationViewKit and SheetKit. Thank you for your love of NavigationViewKit and SheetKit. Since iOS 13 and iOS 14 have the same hardware requirements, only...

can be realised. However, it is inconvenient to modify the code recently due to some physical reasons. I'll add this feature in a few days.

Your approach is basically correct (by judging MinValueKey.self ). The reason why there is no API to display the current scrolling direction is that MinValue cannot provide the correct state...

Thank you for your participation It is indeed a good idea to use RoundedRectangles to create a button background area in some situations. But there are still most people who...

@marwey Theoretically, it is feasible, but currently, SwiftData has a bug where only the first configuration works, making it impossible to implement multiple stores within one container, similar to Core...

@marwey Yes, This is a very interesting bug. SwiftData creates a corresponding SQLite file for each configuration, but it only loads the first configuration (corresponding to NSPersistentStoreDescription in Core Data)....

@marwey Thanks, I just test it , Yes, It works finally!

@marwey 😭 Due to adjustments in the storage logic, SwiftDataKit is no longer applicable to SwiftData following WWDC 2024. For more details, please read [SwiftData in WWDC 2024: The Revolution...

@marwey you can use Core Data Batch Operation in a SwiftData project. but , you need to handle relationships manually. // code snippet https://gist.github.com/fatbobman/17334937ecf6772fa3586fc2ba1fc852 https://fatbobman.com/en/posts/batchprocessingincoredata/