Search results for

“A Summary of the WWDC25 Group Lab”

11,192 results found

Post

Replies

Boosts

Views

Activity

Xcode playgrounds labs remove directions
I am starting to walk throught the App Development with Swift iBook and I have downloaded the App Development Swift Student labs. When I open a lab in Xcode there are directions and then places to write code. Once I start writing code the directions for the first problem disappear and I cant see them again to finish writing the code. How can I get the directions to stop dissapearing when trying to do the labs?I am using Xcode version 9.3.
8
0
2.2k
Apr ’18
Reply to Full Keyboard Access - Using Tab vs Arrows
This is normal, it's expected that you need a combination of Tabs and Arrows to navigate. Here's a summary of the different ways to navigate with FKA: Tab moves between groups (as defined by an element's focusGroupIdentifier https://developer.apple.com/documentation/uikit/uiview/3601233-focusgroupidentifier) some views are groups by default, like UIScrollView Ctrl + Tab moves linearly between all elements Arrows moves directionally
Topic: App & System Services SubTopic: Hardware Tags:
Mar ’23
Reply to Will Icon Composer support development of tvOS and visionOS icons?
We couldn't get to this question during the group lab session today, but we certainly saw it during the lab and appreciate you coming and asking about this! As you found, Icon Composer supports iOS, macOS, and watchOS icons. For tvOS and visionOS, you can preview the icon in Xcode through your asset catalog, or by using the Parallax Previewer app available for download on the Apple Design Resources page. I encourage you to create an Enhancement Request in Feedback Assistant for Icon Composer to gain support for visionOS and tvOS icons. Please post the FB number here! — Ed Ford,  DTS Engineer
Jun ’25
Apple employees not arriving to labs?
I've had two different labs scheduled for App Store Business and Marketing lab: Games be scheduled and nobody showed up. I was curious if anyone else has had a similar experience. I arrived earlier than scheduled for both appointments and waited hours each time for someone to arrive.
0
0
498
Jun ’21
Reply to UITabBarController ignores UITab view controllers when in UITabGroup
By default, UITabBarController will only change the view controller for root tabs. Apps can manage how the view controller hierarchy changes within that root tab through system callbacks from UITabBarControllerDelegate. Setting managingNavigationController on UITabGroup will opt-in the specified group to allow UITabBarController to automatically manage its hierarchy for you. See this forum comment which has a deeper explanation on how managingNavigationController works, and how you can customize the stack that is built in. You can also watch Make your UIKit app more flexible from WWDC25 which also explains how this API works with examples.
Topic: UI Frameworks SubTopic: UIKit
Jul ’25
CarPlay 1-on-1 lab
Is there any chance we could join a 1-on-1 Lab with the CarPlay team this week? It looks like there are none listed on Friday and the sessions scheduled for today, Thursday, are closed. We'd love to review the status of our CarPlay entitlement request for our navigation app with cool safety alerts. I totally understand that this is a last minute request. And thanks for your help!
2
0
404
Jun ’20
How can several developer accounts work as a group?
We are a group of developers who work on a bunch of different iOS applications. We are not an organization, rather, a lab in an university. All of us have our individual memberships, but we want to publish all the apps under one account, to maintain uniformity. Currently we have a lab developer account, which is shared with everyone. This is not the ideal or a very secure workflow.Is there any way to create a group where anyone part of the group can submit to the app store under the same name?
1
0
840
Jun ’18
WeatherKit textual weather summary?
Is there a way out of the WeatherKit REST API to get a textual summary of the weather like the iPhone app from Apple shows? Right now the local forecast on the iPhone app says Sunny conditions from 7pm-8pm, with partly cloudy conditions expected at 8PM. Is this something the app rolls on it's own or is there a attribute-value pair in one of the returned JSON datasets that has this text. It's not in the forecastDaily dataset. *Humorous that it says Sunny conditions from 7pm-8pm because that's about the time the sun is setting. That forecast was from 1PM.
1
0
818
May ’24
Xcode playgrounds labs remove directions
I am starting to walk throught the App Development with Swift iBook and I have downloaded the App Development Swift Student labs. When I open a lab in Xcode there are directions and then places to write code. Once I start writing code the directions for the first problem disappear and I cant see them again to finish writing the code. How can I get the directions to stop dissapearing when trying to do the labs?I am using Xcode version 9.3.
Replies
8
Boosts
0
Views
2.2k
Activity
Apr ’18
Reply to Full Keyboard Access - Using Tab vs Arrows
This is normal, it's expected that you need a combination of Tabs and Arrows to navigate. Here's a summary of the different ways to navigate with FKA: Tab moves between groups (as defined by an element's focusGroupIdentifier https://developer.apple.com/documentation/uikit/uiview/3601233-focusgroupidentifier) some views are groups by default, like UIScrollView Ctrl + Tab moves linearly between all elements Arrows moves directionally
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Will Icon Composer support development of tvOS and visionOS icons?
We couldn't get to this question during the group lab session today, but we certainly saw it during the lab and appreciate you coming and asking about this! As you found, Icon Composer supports iOS, macOS, and watchOS icons. For tvOS and visionOS, you can preview the icon in Xcode through your asset catalog, or by using the Parallax Previewer app available for download on the Apple Design Resources page. I encourage you to create an Enhancement Request in Feedback Assistant for Icon Composer to gain support for visionOS and tvOS icons. Please post the FB number here! — Ed Ford,  DTS Engineer
Replies
Boosts
Views
Activity
Jun ’25
Answered questions from Security lab session
I asked a number of questions in Security lab session. If interested, please see the attached Answered questions: Answered questions
Replies
0
Boosts
0
Views
643
Activity
Jun ’24
Apple employees not arriving to labs?
I've had two different labs scheduled for App Store Business and Marketing lab: Games be scheduled and nobody showed up. I was curious if anyone else has had a similar experience. I arrived earlier than scheduled for both appointments and waited hours each time for someone to arrive.
Replies
0
Boosts
0
Views
498
Activity
Jun ’21
Reply to UITabBarController ignores UITab view controllers when in UITabGroup
By default, UITabBarController will only change the view controller for root tabs. Apps can manage how the view controller hierarchy changes within that root tab through system callbacks from UITabBarControllerDelegate. Setting managingNavigationController on UITabGroup will opt-in the specified group to allow UITabBarController to automatically manage its hierarchy for you. See this forum comment which has a deeper explanation on how managingNavigationController works, and how you can customize the stack that is built in. You can also watch Make your UIKit app more flexible from WWDC25 which also explains how this API works with examples.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
WWDC24 Labs - Webex requiring meeting password
I have a lab, scheduled right now actually, that Webex is asking me for a password. I emailed wwdc @ apple.com hoping to hear back but it just generated a Case ID for me. I was curious, is anyone else can't join their labs because Webex is prompting for a meeting password?
Replies
2
Boosts
0
Views
735
Activity
Jun ’24
CarPlay 1-on-1 lab
Is there any chance we could join a 1-on-1 Lab with the CarPlay team this week? It looks like there are none listed on Friday and the sessions scheduled for today, Thursday, are closed. We'd love to review the status of our CarPlay entitlement request for our navigation app with cool safety alerts. I totally understand that this is a last minute request. And thanks for your help!
Replies
2
Boosts
0
Views
404
Activity
Jun ’20
Reply to My app has been waiting for the review status
May be some reviewers are busy preparing for WWDC25. Hence extended delays.
Replies
Boosts
Views
Activity
Jun ’25
Subscriptions Free Month and Summaries
HiWhen we use other systems for Subscription management we can:1) Give a user a 'free month' when they already have an ongoing renewing subscription. (ie if they have a complaint).2) Get a summary count of live and cancelled Subscriptions for the last period (day / week / month etc)Any idea how I do these with IAPs and renewing subscriptions?Thanks-Andrew
Replies
2
Boosts
0
Views
481
Activity
Jun ’18
How can several developer accounts work as a group?
We are a group of developers who work on a bunch of different iOS applications. We are not an organization, rather, a lab in an university. All of us have our individual memberships, but we want to publish all the apps under one account, to maintain uniformity. Currently we have a lab developer account, which is shared with everyone. This is not the ideal or a very secure workflow.Is there any way to create a group where anyone part of the group can submit to the app store under the same name?
Replies
1
Boosts
0
Views
840
Activity
Jun ’18
WeatherKit textual weather summary?
Is there a way out of the WeatherKit REST API to get a textual summary of the weather like the iPhone app from Apple shows? Right now the local forecast on the iPhone app says Sunny conditions from 7pm-8pm, with partly cloudy conditions expected at 8PM. Is this something the app rolls on it's own or is there a attribute-value pair in one of the returned JSON datasets that has this text. It's not in the forecastDaily dataset. *Humorous that it says Sunny conditions from 7pm-8pm because that's about the time the sun is setting. That forecast was from 1PM.
Replies
1
Boosts
0
Views
818
Activity
May ’24
Lab exercises in book "App Development with Swift"
Where are the lab exercise resources located in this book?
Replies
2
Boosts
0
Views
1.9k
Activity
May ’17
Reply to Background Local cache update
What I mentioned is the current state of things. There isn't anything else introduced about this at WWDC25.
Replies
Boosts
Views
Activity
Dec ’25
WWDC HomeKit Labs have no Topic
Trying to request a HomeKit lab, and there's no 'Topic' listed in the form - when submitting via the Developer app, it prevents me from submitting the request. I was able to do it via the web, but not via the app!
Replies
2
Boosts
0
Views
1.1k
Activity
Jun ’21