Post

Replies

Boosts

Views

Activity

Reply to Change Initial View Controller in AppDelegate
Add a print to see what happens. I would also test defaults: if defaults.object(forKey: "isFirstTime") == nil || defaults.object(forKey: "isFirstTime") != "No" { defaults.set("No", forKey:"isFirstTime") print("isFirstTime") let storyboard = UIStoryboard(name: "Main", bundle: nil)
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’21
Reply to read only file system
That's probably a question you'd better ask also to Authlogics.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Sending Consumption Information return empty reply
Removed.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Codding
Did you start coding ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to macOS Monterey: "This app will not work with future versions of macOS"
@bSr43 Did you file a bug report or contact Apple support directly ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to When Running Unitests on ios15 simulator it gets stuck on UIKit function
Could you show more code, the full func with the line: [UIScreen mainScreen] ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Scene for my "Application's Menu About "My Application""
So it is a MacOS app ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Scene for my "Application's Menu About "My Application""
Change the action associated to the menu. Open Main storyboard and select About menu item remove the default IBAction (click on small x) in the action create an IBAction in AppDelegate @IBAction func customAbout(_ sender: NSMenuItem) { // Open your custom window } connect it to the action field
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to updating iphone
If it is 6S or 6S Plus, you should be able to update to iOS 13 or higher. For iPhone 6 or 6 plus, it is not possible. iOS 12 is the latest possible.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Type 'ToggleStyle' has no member 'switch'
I tested your exact code, it works (Xcode 13). Which version of Xcode do you use ? It is not available before iOS 13. You may try enclosing switch in backquotes.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to AirPlay available devices list?
Could this help ?    https://stackoverflow.com/questions/15198079/how-to-find-available-screens-with-airplay
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Xcode10/Swift on Mac OS 10.13.6??? (Mountain Lion)
You can install older version of Xcode. For Mac OS 10.13.6, the most recent is Xcode 9.4.1. You can download from several places, as these ones: https://developer.apple.com/download/all/?q=Xcode%209 h t t p s : / / xcodereleases.com
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Change Initial View Controller in AppDelegate
Add a print to see what happens. I would also test defaults: if defaults.object(forKey: "isFirstTime") == nil || defaults.object(forKey: "isFirstTime") != "No" { defaults.set("No", forKey:"isFirstTime") print("isFirstTime") let storyboard = UIStoryboard(name: "Main", bundle: nil)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to for objective-c in Xcode 13 import autocompletion failed
What did you type in to get the "no completions" message ?
Replies
Boosts
Views
Activity
Oct ’21
Reply to Storekit 2 some question
Could you show the code where you experience problem ?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to renewing membership on my developer account
This thread deals with expired membership. Hope that helps: https://stackoverflow.com/questions/39664427/missing-renew-now-button-for-apple-developer-program/51538490
Replies
Boosts
Views
Activity
Oct ’21