Posts

Post not yet marked as solved
1 Replies
354 Views
Hi guys, I have tried everything, including integrating the App delegate in SwiftUI, tested all the solutions on the web. of everything InfoPlist does not exist in this type of app and there is no checkbox to tick in the Target project. Could it be that Apple has blocked any possibility of blocking Swift Playground App a landscape? do you have any ideas? a thousand thanks!!!
Posted
by n3o999.
Last updated
.
Post not yet marked as solved
0 Replies
217 Views
Hi I have a problem with these identifiers I applied it like this to the tabbar self.tabBar.accessibilityIdentifier = @"MyID"; and works!!! But for tabBarItem I've tried everything but it doesn't work it's always empty Called in viewDidLoad of my TabbarController self.tabBarItem.isAccessibilityElement = YES; [self.tabBarItem setIsAccessibilityElement:YES]; self.tabBarItem.accessibilityIdentifier = @"MyID"; self.tabBar.items[0].accessibilityIdentifier = @"MyID"; Nothing works. I always get empty Do you have any idea on how to implement the identifier I want for each single element of the tabbar? Thanks
Posted
by n3o999.
Last updated
.
Post not yet marked as solved
1 Replies
194 Views
hi, how can I hide the status bar in the whole Swift playground app (since there is no plist file)? if I add .statusBar (hidden: true) the safe area under the Home button is raised Also always for the plist file how can I force that the app is only in landscape always in the Swift Playground App?
Posted
by n3o999.
Last updated
.
Post not yet marked as solved
0 Replies
110 Views
Hi Where can I find and download the new Playground Book Template for XCode 13.3? thank you
Posted
by n3o999.
Last updated
.