Post

Replies

Boosts

Views

Activity

Reply to Device and systems for SSC evaluation
Not sure you can know which device will be used. So, you could: mention in the submission that you use LIDAR in your code, test for LIDAR presence https://stackoverflow.com/questions/66383288/check-if-ios-device-has-lidar-in-swift and act accordingly. or ask directly to the support https://developer.apple.com/contact/ Good luck.
Jan ’26
Reply to Swift UI View is to small
Thanks. Image is 300 * 300, so it does not fill the screen. What do you expect ? The view to fill the screen ? Something else ? Or is the problem with the space at the top ? In this case, see this: https://codecrew.codewithchris.com/t/remove-white-space-navigationview-ios-foundations-m5-wrap-up/15656 ; even though it seems you have already put navigationTitle as indicated. I do not see where you call RecipeView (in code, not Preview). Did you set the size of the frame for this RecipeView ? Note: for testing purpose set the background of RecipeView to some color, as yellow, so that you see it clearly.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’26
Reply to Are we allowed to use AI-generated images for our Swift Student Challenge Project?
Are we allowed to do the same for AI-generated images? My understanding is YES. If there is any risk to fool user thinking it is real life image, or just to be fully transparent, you should mention "image generated by AI".   Will this dock points on creativity? That depends on your app. If it is intended to show your drawing skills, or if the key value of the app are the images, yes. If images just provide illustration to help use the app, I guess No.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’26