Post not yet marked as solved
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!!!
Post not yet marked as solved
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
Post not yet marked as solved
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?
Post not yet marked as solved
By creating a Swift Playground App project with XCode 13.3 as requested by Apple for the Student challenge.
It gives me this error when I try to open with Swift playground. (I have the latest version available) (on Mac)
Do you have any ideas?
Thanks
Post not yet marked as solved
Hi
Where can I find and download the new Playground Book Template for XCode 13.3?
thank you