Post

Replies

Boosts

Views

Activity

Reply to How do I prepare CloudKit data for Swift Charts?
My solution for now is to create a second table that holds the mood value and the count. When a user tracks their mood, I will make 1 insert into the transactional/detail record type and then update the count in the 1 record in the second table. The pie chart is sourced from the new table and the list view displays data from the transactional table This seems to work for me. If anyone has a better way to do this, I am open to suggestions.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’24
Reply to One-time purchase with free trial
Hi Michael, did this trial to purchase flow work for you? I would like incorporate a similar offer with my app.
Replies
Boosts
Views
Activity
Sep ’25
Reply to WeatherKit, Apple Weather App outage right now? System status still green??
Thank you for this information. I am running into the same thing with my app.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to How do I prepare CloudKit data for Swift Charts?
My solution for now is to create a second table that holds the mood value and the count. When a user tracks their mood, I will make 1 insert into the transactional/detail record type and then update the count in the 1 record in the second table. The pie chart is sourced from the new table and the list view displays data from the transactional table This seems to work for me. If anyone has a better way to do this, I am open to suggestions.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to CloudKit Console: Field 'recordName' is not marked queryable
thank you!!!
Replies
Boosts
Views
Activity
Jul ’21
Reply to How to use offset in order to find the last 10 'games'
ANSWER: =SUM(OFFSET($A$1,COUNTA(A)−9,0,10))
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’21