Search results for

show when run

112,673 results found

Post

Replies

Boosts

Views

Activity

keyboard error show
keyboard shows keys with the value zero. Application published in the App Store, on some occasions shows the entire keyboard filled with number zero on the keyboards. My keyboard configuration is for shows with the numerical layout.
1
0
289
Dec ’17
Outlet showing on wrong scene
So this is the first time I'm trying to code an app and I'm running into the issue that my outlet is showing on the wrong scene. What I want: A button that, when pressed, goes into a table view where the 5 fruits in my array are listed. But right now I can't connect the button to the buttonTapped function
0
0
504
Aug ’21
All videos showing
Now that the TV app shows up, you have to download videos from the App Store. Once you do, it shows all purchased videos, not just the ones downloaded to the device (all my devices are showing the same iPhone 7, 7 Plus, iPad Pro 9.7 and iPad Mini 4. I go into Settings and select show only downloaded, but it does not change.Thanks,Scott
0
0
225
Dec ’16
`xcrun simctl list` shows nothing
I am a React Native developer. When I run react-native run-ios, the app starts but the simulator doesn't open. I have to open xcode and run the project from there. When trying to debug this, I noticed that running xcrun simctl list shows nothing. It creates a newline in the terminal and I have to ctrl+c to exit, but the output is nothing. Thanks, let me know if I should add more info.
1
0
2.3k
Feb ’21
Reply to macOS26: MenuBarExtra item not showing
Hi Quinn, Thanks for the answer. Our app is run from a subfolder of the /Application folder. In debug mode, I run it from CLion. Both methods used to work well and showed the icon in the status bar up to macOS 15. What API are you using to run your status item? AppKit? Or SwiftUI? We use the QSystemTrayIcon from Qt framework. But I also tried directly using NSStatusBar from AppKit with same result (app is running, but no icon is showing in the status bar). I have also created some dummy apps, one using Qt in c++, the other directly using NSStatusBar from AppKit in swift. In both cases, the app icon is showing correctly in the status bar. Are there any mandatory properties that must appear (that should not appear) in the Info.plist file?
Jul ’25
Reply to view frame origin y
Yes. I have the code in a method that runs as notified when the keyboard shows. I noticed that when I run a code to make a text field first responder in viewDidLoad that the keyboard shows and the value of self.view.frame.origin.y gets set correctly but the view does not adjust. (I check with a print to console statement.) After the text field loses first responder and the keyboard hides, and then when the text field becomes first responder again and the keyboard shows again, this time the view adjusts according to the value of self.view.frame.origin.y.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’17
Reply to SpriteKit Animations: Moving multiple nodes to different positions in a loop
Here is more detailed code :). Thanks for showing your code. And sorry, I was not clear enough. What is making things difficult is lacking the definition of formationArray or currNodes (DanceNode). And where these lines exist? In a method of GameScene (or any subclass of SKScene)? Or in some other place, for example a subclass of SKSpriteNode? I also tried using run(_:completion:) and the same thing happens You may have called run(_:completion:) repeatedly in the loop. You need to call the next run(_:completion:) in the completion: of previous run. To show how to achieve that, I need more info as described above.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’20
Reply to Default localization fallback not used for untranslated string in catalog
If you delete a localization in project-info, the language actually still remains some how in the project. You run the app, the app still shows the untranslated keys. But if you run the app in a language that has not been add to the project before, then the app will show the English(default) locale values. Just don't know how to fix it, no any docs on the internet or apple's site.
Nov ’24