0

I'm using a SwiftUI, and I want to create a list of functionality that has not yet been added to my app and allow users to vote for the functionality they want to see first.

Basically, it will be a list of labels with buttons. When the user taps a button, it should show a number (how many users voted for it too).

As I understand, I need a DB where the data will be written and from where the data will be read and displayed in the app. Can I use a CloudKit for it?

user6023982
  • 413
  • 1
  • 5
  • 15
  • 1
    The public database version might help https://developer.apple.com/videos/play/wwdc2020/10650/ but any remote database would work too. – lorem ipsum Sep 20 '22 at 14:49

0 Answers0