Post

Replies

Boosts

Views

Activity

Reply to Hy everyone i am newbie developer
Welcome to the forum. But your request for a review of your project is not for the forum. What do you want to be checked ? If you have questions, technical, UI, publishing, … about your app, please ask. provide screenshots if needed. You should read this post on how to properly use the forum: https://developer.apple.com/forums/thread/706527
May ’25
Reply to How to fix an extra whitespace at the top of UIAlertController action sheet on iPad?
As explained here https://developer.apple.com/design/human-interface-guidelines/action-sheets, actionSheet actions are listed at the bottom of the view. So you could try to specify the frame of the alertController to reduce height to fit the 4 actions. More info here: https://stackoverflow.com/questions/26774038/how-to-set-height-and-width-of-a-uialertcontroller-in-ios-8
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’25
Reply to Organizer won't load
unused test app. I'd delete it if I could Did you try to connect to AppstoreConnect, select the app select "App information" in the left menus remove app (link in "Additional information" at the bottom of the page) Thanks to tell if that works and then don't forget to close the thread by marking the answer as correct. Otherwise please explain what you get when you try.
May ’25
Reply to how to get subviews of a SwiftUI view in UIKit environment
AFAIK, it is not possible for views outside of the UIKit UIHostingController. In fact views in SwiftUI are very different, they are just drawn when needed. See discussion here: https://www.reddit.com/r/SwiftUI/comments/1kq7aop/how_to_get_subviews_of_a_swiftui_view_in_uikit/ But you wrote SwiftUI view that I have wrapped using UIHostingController So where's the problem ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’25