dhs227
dhs227

Reputation: 39

How to go about writing a macOS app with photo gallery like view to show lots of thumbnails?

Coming from MS-windows still new to SwiftUI or macOS programming. Looking to build a macOS app that has a photo gallery view to show lots of thumbnails. Each thumbnail picture is a bitmap that is generated by some code.

Is there a foundation I should start from? Should I go with SwiftUI or UIKit?

I have tried to ask Gemini to create code for me but it does not compile. The generated code is a derived view from View.

Upvotes: -4

Views: 41

Answers (0)

Related Questions