Search results for

“show when run”

117,519 results found

Post

Replies

Boosts

Views

Activity

uitableviewcell accessory checkmark not showing when set
Hi am launching a tableviewcontroller as below. in uitableviewcell i only have a UILabel. when i click on the cell, i want the checkmark accessory to show tick mark. in didSelectRowAtIndexPath, i print the 'text' of label and it shows the name itemName that i gave in storyboard. i feel like the cell is not getting configured or memory not alloc'ed properly. never had this issue before. am running xcode 11.7. anything wrong with cellForRowAtIndexPath()? Spent like 5 hours on this simple item picker. Appreciate any help. i also posted this question on SO here: https://stackoverflow.com/questions/64507695/accessorytypecheckmark-isnt-showing-appears-like-something-going-on-with-uitab
1
0
460
Oct ’20
NSPopover showing also NSViewController
Hellofor some textfield, I need to show a NSViewController through a popover, when this textfield becomes firstResponder.My problem is that the viewController displays twice: once as an independant window and once in the popover.I feel it's because I create the view using:let wc = helpViewController()and later:myPopover.contentViewController = wcSo I've tried this:let popoverViewController = storyboard?.instantiateController(withIdentifier: helpViewController)andmyPopover.contentViewController = popoverViewControllerbut ly application crashes on the nstantiateController. I can't find helpViewController.Hoping i have told clearly about my problem, could you help me?
Topic: UI Frameworks SubTopic: AppKit Tags:
5
0
2k
Oct ’17
Terminal shows 0 identities found
Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error 0 identities found. I have added my Apple ID to Xcode accounts, but in manage certificates, it shows status not in keychain. On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found. I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.
1
0
758
Jan ’25
Reply to Why is launch screen not showing?
I don't recall filing a bug report.I mean my launch screen is not showing, just like the problem before this one. It was also not showing before this time that it's not showing. Just a miscommunication.I do get a black screen instead of the launch screen. Afterwards the app runs as it should, starting with the initial view controller in the Main storyboard.I was wondering if anyone figured out a way to fix this.I have had other times when the launch screen showed just a white screen, but didn't show the controls on the view controller.
Oct ’18
How can I prevent from showing Intent UI
Hello. I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI. - Intent B: it uses Intent UI.How can I prevent from showing Intent UI in accordance to an intent? Thanks.
1
0
725
Aug ’19
How to activate app's running instance
Hope my scenario is not weird. Here is the description:1. User runs my app.2. User hides my app completely (all windows are hidden) so that he/she has no way to accessing the app. (Dont' ask why, user requested this feature and I want to implement it.)3. Now user rerun my app and I want to use XPC to tell the running instance to show itself.It sounds very reasonable and I have done most of code. But it is blocked by macOS the system. It seems macOS controls only one instnace of an app can be running at the same time; second try to run the same app (in /Applications) simply does nothing - the app code does not even get executed so that my code in main.m won't have the change to communicate with XPC.I believe there must be a way to overcome this. Any suggestions will be appreciated. Thanks and Merry Xmas!
8
0
1.2k
Dec ’16
uitableviewcell accessory checkmark not showing when set
Hi am launching a tableviewcontroller as below. in uitableviewcell i only have a UILabel. when i click on the cell, i want the checkmark accessory to show tick mark. in didSelectRowAtIndexPath, i print the 'text' of label and it shows the name itemName that i gave in storyboard. i feel like the cell is not getting configured or memory not alloc'ed properly. never had this issue before. am running xcode 11.7. anything wrong with cellForRowAtIndexPath()? Spent like 5 hours on this simple item picker. Appreciate any help. i also posted this question on SO here: https://stackoverflow.com/questions/64507695/accessorytypecheckmark-isnt-showing-appears-like-something-going-on-with-uitab
Replies
1
Boosts
0
Views
460
Activity
Oct ’20
Reply to C++ SFML We got a keyboard without any keys (1)
I have the same error. You have to click on: Products > [name of your program] with control or left click > click on Show in Finder > click on your program. Then it runs in the Terminal.
Replies
Boosts
Views
Activity
Jun ’20
Reply to Problem with C++ header using whatever IDE or editor
Your second screenshot almost shows us the commands that your GUI invokes to compile and link, but they are truncated. If you run those commands from the terminal, do they work?
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 11 Beta: where is the Host View Controller?
The answer is Yes, you must run Xcode on Catalina to use the Host View Controller. It will not show in the list of Objects on any previous macOSs.
Replies
Boosts
Views
Activity
Jun ’19
Reply to Xcode 10 iphone 6s Plus screen resolution wrong?
Hi,I have the same issue here... Running app on the Iphone 6s plus shows wrong layout then in Xcode simulator.Have you maybe resolved the issue ?
Replies
Boosts
Views
Activity
Nov ’18
Reply to iOS: Unable to see the option of App Icon in the Product Page Optimization page in the app store connect
Came here to say this. I was able to run the icons in a/b tests up until a few weeks ago when it suddenty stopped showing the icons when creating a test.
Replies
Boosts
Views
Activity
Jan ’24
NSPopover showing also NSViewController
Hellofor some textfield, I need to show a NSViewController through a popover, when this textfield becomes firstResponder.My problem is that the viewController displays twice: once as an independant window and once in the popover.I feel it's because I create the view using:let wc = helpViewController()and later:myPopover.contentViewController = wcSo I've tried this:let popoverViewController = storyboard?.instantiateController(withIdentifier: helpViewController)andmyPopover.contentViewController = popoverViewControllerbut ly application crashes on the nstantiateController. I can't find helpViewController.Hoping i have told clearly about my problem, could you help me?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
5
Boosts
0
Views
2k
Activity
Oct ’17
Terminal shows 0 identities found
Im trying to compile a free app from GitHub for personal use but i cant sign it since everytime im getting the same error 0 identities found. I have added my Apple ID to Xcode accounts, but in manage certificates, it shows status not in keychain. On keychain access > login, it doesn’t show any Apple dev certificate obviously, and when I run security find-identity in terminal, I get a 0 identities found, 0 valid identities found. I don’t know where to begin, every tutorial I find requires downloading a certificate from Apples Dev website but my account is a free developer, not paid. A few months ago I was able to compile this same app so I know I don’t need a paid dev account. Any help appreciated.
Replies
1
Boosts
0
Views
758
Activity
Jan ’25
Reply to Why is launch screen not showing?
I don't recall filing a bug report.I mean my launch screen is not showing, just like the problem before this one. It was also not showing before this time that it's not showing. Just a miscommunication.I do get a black screen instead of the launch screen. Afterwards the app runs as it should, starting with the initial view controller in the Main storyboard.I was wondering if anyone figured out a way to fix this.I have had other times when the launch screen showed just a white screen, but didn't show the controls on the view controller.
Replies
Boosts
Views
Activity
Oct ’18
How can I prevent from showing Intent UI
Hello. I created multiple intents and then I would like to show Siri messaging UI for an intent instead of Intent UI.- Intent A: it shouldn’t have Intent UI and should be processed in the Siri messaging UI. - Intent B: it uses Intent UI.How can I prevent from showing Intent UI in accordance to an intent? Thanks.
Replies
1
Boosts
0
Views
725
Activity
Aug ’19
How to show a live updates of view ?
How can playground or any app exec an swift code or show an update live of view that we are make? I want to know this because i want to build app that help you to build views without coding..so i want the same Features that used on swift playground and xcode that exec swift code and show update live of view.
Replies
4
Boosts
0
Views
2.9k
Activity
Feb ’22
iOS 17.1.1 NSMutableAttributedString show
NSMutableAttributedString append NSTextAttachment , and set paragraphStyle.alignment = .justified, will Show Overlap,Word overlap。
Replies
0
Boosts
0
Views
526
Activity
Nov ’23
How to activate app's running instance
Hope my scenario is not weird. Here is the description:1. User runs my app.2. User hides my app completely (all windows are hidden) so that he/she has no way to accessing the app. (Dont' ask why, user requested this feature and I want to implement it.)3. Now user rerun my app and I want to use XPC to tell the running instance to show itself.It sounds very reasonable and I have done most of code. But it is blocked by macOS the system. It seems macOS controls only one instnace of an app can be running at the same time; second try to run the same app (in /Applications) simply does nothing - the app code does not even get executed so that my code in main.m won't have the change to communicate with XPC.I believe there must be a way to overcome this. Any suggestions will be appreciated. Thanks and Merry Xmas!
Replies
8
Boosts
0
Views
1.2k
Activity
Dec ’16
Reply to Stickers In Sticker Packs Not Working
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to Stickers not showing, only app icon
Make sure you're on the latest official version of xcode, then on the device you're running the build on, make sure you have pressed Trust this Device under General -> Device Management -> [Your App]. Then re-run your build via Xcode and your stickers will show up.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’17