Search results for

A Summary of the WWDC25 Group Lab

10,095 results found

Post

Replies

Boosts

Views

Activity

SwiftUI Form (Grouped) with Table
Hi everyone, I’m having an issue with a SwiftUI Table inside a Form in a macOS app. When the Form style is set to .grouped, the Table does not resize to the full width of the Form or Sheet. However, when I switch to a .plain style, it resizes correctly. Here’s a simplified version of my code: Section(header: Text(Header)) { Table(data) { TableColumn(Column 1, value: .col1) TableColumn(Column 2, value: .col2) // Add more columns as needed } .frame(height: 100) } } .formStyle(.grouped) // Issue occurs only with this style Has anyone else experienced this? Any workarounds or suggestions would be greatly appreciated! Thanks!
3
0
758
Sep ’24
Xcode Groups - "cannot find type..." when accessing an object defined in another group
I'm a beginner to Xcode, swift, and swiftui and I'm following the tutorial here. It says to break files into view model and resource groups. However, when I try to access objects from the model in classes in the view, I get an error saying cannot find type ___ in scope. In java or c# I would add a package or namespace reference. How do I do this is swift?
0
0
327
May ’22
Reply to App Store Ratings with iOS 11 version
Apple said this about that this morning...-=-Now it’s quicker and easier for users to see your app's rating, with just one summary rating that displays on your product page. This summary rating is based on ratings of your app's current version as of September 19 (Pacific Time), and is specific to each territory on the App Store. New ratings will continue to count towards this summary, and you can choose to reset your summary rating when you release a new version of your app. Customer reviews for all versions of your app will continue to display on your product page.Learn about Ratings, Reviews, and Responses.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’17
defining an app group shared between macOS and iOS
My understanding is that iOS app group names must begin with group., but macOS group names must begin with the team identifier. If I check a group. name in the iOS section, it's also added to the macOS section, despite being invalid. If I add a team-id: name in the macOS section, it's also added to the iOS section, and marked in red as invalid. If I uncheck it from the iOS section, it also gets removed from the macOS section. Is there a way to define the equivalent group names in the two sections? Xcode 14.1b3 screenshot:
1
0
2.2k
Oct ’22
Move existing subscription items between subscription groups
App rejected that the different durations of your auto-renewable subscriptions were created as separate in-app purchase products, rather than as different durations within the same subscription group.I have two IAP items in two different groups (Group A - Item 1, GroupB - Item 1). How can I move the second group item to the first group? I want to make sure to not affect any users by creating a new item in group 1 because there already subscribers in group 2.If I create a new item in Group A what will happen to the Group B subscribers.I looked for this issue and couldn't find any solution.
10
0
3.9k
Jun ’20
Notes from WWDC 2017 Deployment Lab Part One
These questions are community-driven. I am also not the original questioner, I'm just posting them with permission. Thank you to the anonymous folks who helped gather this information.DEP / deployment / general related:- ASR restore on AFPS: it will be a Thing of some sort. The engineer spoken to hinted that they didn't even know internally exactly how it would work yet, but they fully expect to support asr restores in the future, even with APFS.- System Image Utility: the team that writes it knows it is broken, and wants it to be fixed, and expect to have it resolved with APFS support, but maybe not until seed 3 at the earliest- APFS on the Mac in general: they know it's still kinda broken. Not a single person I talked to sounded confident about using it for anything _right now_ and that it will likely take multiple seed iterations until it's in the state they feel like it should be. NOTE: This is my interpretation of the subtext of what they were saying. No one flat out stated that.- NetBoot / NetInstall su
5
0
4.4k
Jun ’17
Adding User to Internal Testing Group
Hey there 👋 I know it is possible to add a beta tester to an external tester group via this call. But what I didn't find out is how to add an User to an internal tester-group like App Store Connect Users. This gets even more a topic since Apple announced that we can create multiple internal tester groups in future. Is this possible with the current state of the ASC API?
0
0
1.2k
Jun ’21
Reply to "All Ratings and Reviews" have disappeared
Some news from Apple about that...Now it’s quicker and easier for users to see your app's rating, with just one summary rating that displays on your product page. This summary rating is based on ratings of your app's current version as of September 19 (Pacific Time), and is specific to each territory on the App Store. New ratings will continue to count towards this summary, and you can choose to reset your summary rating when you release a new version of your app. Customer reviews for all versions of your app will continue to display on your product page.Learn about Ratings, Reviews, and Responses.
Sep ’17
Backing up and restoring an app group container
We're in the process of moving our app's storage from the app container to an app group container so that the data can be accessed by app extensions (such as share extensions) as well. However, we found that Xcode does not backup app group containers via the Devices and Simulators window. How can I include the app group in the backup and restore process? Similarly, could you confirm that app groups are indeed included in the iCloud backup and restore process?
4
0
1.9k
Nov ’21