WWDC21 Community

RSS for tag

Engage with fellow WWDC21 participants.

Posts under WWDC21 Community tag

12 Posts

Post

Replies

Boosts

Views

Activity

Blank App Icon (physical device) - iOS 15 Xcode 13 betas
Hi, What might one be overlooking when troubleshooting for a build giving the physical device a blank app icon? I'm loading my SwiftUI iOS app onto an iPhone X with the current Xcode 13 and iOS 15 beta, and the AppIcon shows up properly in the simulator, but comes up blank on my physical device. I have removed the app before each build, cleaned the build folder and restarted the device. I have not erased the device yet. The icon files are being generated by apple's PSD file from a 1024x1024 square png and then fed to Xcode via assets, and shows up correctly in its partnering JSON under AppIcon. The iOS 15 beta simulator seems happy, but my physical device doesn't want any of it (app icon wise). Thanks for any advice anyone could offer. -Vlad W. iOS 15.0 (19A5261w) iPhone X NQCP2LL/A Xcode 13 Version 13.0 beta (13A5154h) Big Sur 11.4 (20F71) MacBook Pro (15-inch, 2017)
12
0
21k
Apr ’22
How do I get a tab bar in iOS15 that looks like the one in iOS14?
I don't understand the changes made to the tab bar in iOS 15. In my app, I have a collection view that goes all the way down to the bottom of the screen. When the tab bar appears, it covers some of that collection view, which is fine. However, in iOS15, the tab bar has no background (and no blur effect), thus making the tab bar item text hard to see over the collection view. In interface builder, I tried turning on the "Scroll Edge" option. This gives a translucent background to the tab bar similar to what I had in iOS 14. Unfortunately, the menu tab bar item text size is affected by this option. For some reason, it doesn't use the font size I set, but something smaller. Why is this happening? How do I get it to use the correct font size? P.S. I'm only using text for the tab bar items. There are no images.
11
0
16k
Feb ’22
How to change tab bar item text color programmatically in iOS 15? It doesn't work like in iOS 14.
If you try to change the bar item text color programmatically like in iOS 14, it doesn't work in iOS 15. For example: // https://stackoverflow.com/questions/2576592/changing-font-size-of-tabbaritem/ UITabBarItem.appearance().setTitleTextAttributes(   [NSAttributedString.Key.foregroundColor: UIColor.red],   for: .normal) This correctly changes the color when the tab bar is on top of a scroll view. However, when the tab bar background becomes clear, all tab bar item text is red and not just the text for the currently selected tab. Is this a bug in iOS 15? Or is this code wrong for iOS 15?
2
0
11k
Sep ’21
Draw on Numbers
Hy! Hope you are all doing well. I already ask this question but no one give me any solution. I saw video of Inspecting, Modifying, and Constructing PencilKit Drawings. This video clear my all concepts. But I've one issue I want to draw on numbers like alphabets but there is no numbers file. In this code only uppercase and lowercase drawing file but these files not open. Firstly kindly tell me how to open this file and how to draw on numbers like alphabets. Your solutions are appreciation for me. I am waiting for your solution. Thanks.
0
0
753
Aug ’21
Draw on Numbers
Hy! Hope you are all doing well. I saw video of Inspecting, Modifying, and Constructing PencilKit Drawings. This video clear my all concepts. But I've one issue I want to draw on numbers like alphabets but there is no numbers file. In this code only uppercase and lowercase drawing file but these files not open. Firstly kindly tell me how to open this file and how to draw on numbers like alphabets. Your solutions are appreciation for me. I am waiting for your solution. Thanks.
0
0
716
Aug ’21
NSExtensionPointIdentifier for DeviceActivityMonitor Extension
We're implementing a DeviceActivityMonitor for the new Screentime APIs, since there is no preset extension of this type, we have created an empty one. However it is not being launched since we don't have a matching NSExtensionPointIdentifier for Screen time or DeviceActivityMonitor. What is the NSExtensionPointIdentifier for this type of extension?
2
0
1.5k
Jul ’21
Augmented Reality
I'm just starting to think about diving into augmented reality. Any suggestions on where I should start? For example, any good tutorials or white papers out there to get the get started with the basics and get some MVPs cranked out?
Replies
3
Boosts
0
Views
1.8k
Activity
Aug ’23
Hello Developer Community!
What is the best thing for someone like me who just joined the Developer Community to start off with? What should I do? I would really love to know how I can help the community! :)
Replies
2
Boosts
0
Views
1.1k
Activity
May ’22
Blank App Icon (physical device) - iOS 15 Xcode 13 betas
Hi, What might one be overlooking when troubleshooting for a build giving the physical device a blank app icon? I'm loading my SwiftUI iOS app onto an iPhone X with the current Xcode 13 and iOS 15 beta, and the AppIcon shows up properly in the simulator, but comes up blank on my physical device. I have removed the app before each build, cleaned the build folder and restarted the device. I have not erased the device yet. The icon files are being generated by apple's PSD file from a 1024x1024 square png and then fed to Xcode via assets, and shows up correctly in its partnering JSON under AppIcon. The iOS 15 beta simulator seems happy, but my physical device doesn't want any of it (app icon wise). Thanks for any advice anyone could offer. -Vlad W. iOS 15.0 (19A5261w) iPhone X NQCP2LL/A Xcode 13 Version 13.0 beta (13A5154h) Big Sur 11.4 (20F71) MacBook Pro (15-inch, 2017)
Replies
12
Boosts
0
Views
21k
Activity
Apr ’22
SwiftPM file is exceeding 25 MB even though all my package files add upto 7MB
All the files in my app's package add upto 7 MB. But my swiftpm package has a size of 40.7 MB! i dont get how its possible. could you please offer a workaround? Thank you! all my deliverables are done so this sucks :/
Replies
1
Boosts
0
Views
1.4k
Activity
Apr ’22
Special day for developers and students
Hey, there are no details yet announced, but I would like to attend the special day for developers and students at Apple Park on June 6. I have won last year's Swift Student Challenge, please consider previous year's winners as well, we haven't had the chance to attend in person. Greetings from Austria :)
Replies
0
Boosts
0
Views
506
Activity
Apr ’22
How do I get a tab bar in iOS15 that looks like the one in iOS14?
I don't understand the changes made to the tab bar in iOS 15. In my app, I have a collection view that goes all the way down to the bottom of the screen. When the tab bar appears, it covers some of that collection view, which is fine. However, in iOS15, the tab bar has no background (and no blur effect), thus making the tab bar item text hard to see over the collection view. In interface builder, I tried turning on the "Scroll Edge" option. This gives a translucent background to the tab bar similar to what I had in iOS 14. Unfortunately, the menu tab bar item text size is affected by this option. For some reason, it doesn't use the font size I set, but something smaller. Why is this happening? How do I get it to use the correct font size? P.S. I'm only using text for the tab bar items. There are no images.
Replies
11
Boosts
0
Views
16k
Activity
Feb ’22
How to change tab bar item text color programmatically in iOS 15? It doesn't work like in iOS 14.
If you try to change the bar item text color programmatically like in iOS 14, it doesn't work in iOS 15. For example: // https://stackoverflow.com/questions/2576592/changing-font-size-of-tabbaritem/ UITabBarItem.appearance().setTitleTextAttributes(   [NSAttributedString.Key.foregroundColor: UIColor.red],   for: .normal) This correctly changes the color when the tab bar is on top of a scroll view. However, when the tab bar background becomes clear, all tab bar item text is red and not just the text for the currently selected tab. Is this a bug in iOS 15? Or is this code wrong for iOS 15?
Replies
2
Boosts
0
Views
11k
Activity
Sep ’21
Draw on Numbers
Hy! Hope you are all doing well. I already ask this question but no one give me any solution. I saw video of Inspecting, Modifying, and Constructing PencilKit Drawings. This video clear my all concepts. But I've one issue I want to draw on numbers like alphabets but there is no numbers file. In this code only uppercase and lowercase drawing file but these files not open. Firstly kindly tell me how to open this file and how to draw on numbers like alphabets. Your solutions are appreciation for me. I am waiting for your solution. Thanks.
Replies
0
Boosts
0
Views
753
Activity
Aug ’21
iOS 15 New Location APIs
The latest betas have new API in Core Location around "location pushes" including: CLLocationManager.startMonitoringLocationPushes CLLocationManager.stopMonitoringLocationPushes protocol CLLocationPushServiceExtension CLLocationPushServiceError Does anyone know what these are for? I couldn't find anything in the WWDC sessions, or general web searches.
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’21
Draw on Numbers
Hy! Hope you are all doing well. I saw video of Inspecting, Modifying, and Constructing PencilKit Drawings. This video clear my all concepts. But I've one issue I want to draw on numbers like alphabets but there is no numbers file. In this code only uppercase and lowercase drawing file but these files not open. Firstly kindly tell me how to open this file and how to draw on numbers like alphabets. Your solutions are appreciation for me. I am waiting for your solution. Thanks.
Replies
0
Boosts
0
Views
716
Activity
Aug ’21
Widget setting screen is broken
Looks like in iOS15 widget setting is broken compared to iOS14 when title of the item is too long iOS14: iOS15:
Replies
0
Boosts
0
Views
666
Activity
Aug ’21
NSExtensionPointIdentifier for DeviceActivityMonitor Extension
We're implementing a DeviceActivityMonitor for the new Screentime APIs, since there is no preset extension of this type, we have created an empty one. However it is not being launched since we don't have a matching NSExtensionPointIdentifier for Screen time or DeviceActivityMonitor. What is the NSExtensionPointIdentifier for this type of extension?
Replies
2
Boosts
0
Views
1.5k
Activity
Jul ’21