Search results for

“show when run”

115,112 results found

Post

Replies

Boosts

Views

Activity

Contact Us shows Error
The contact us page on apple developer is showing error and henceforth not able to contact the apple team also https://developer.apple.com/contact/app-store/?topic=expedite is not working showing no apps available which blocks us reaching to apple team for resolution. we are just waiting for an update to launch our new apps
2
0
85
Mar ’26
List not showing in scrollview
Hey I this list embedded in a scrollview with wasn't showing up, the only was it would show up is if I put a UIScreen on it. Is there a better way of doing this because I have a background underneath and the UIScreen is currently covering the background? List { ForEach( 0 ... 10, id: .self) { message in InboxRowView() } } .listStyle(PlainListStyle()) .frame(height: UIScreen.main.bounds.height - 120) Thanks
1
0
681
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!
8
0
1.2k
Dec ’16
Finder Show Toolbar broken beta6
So happy the Favorites Width problem was solved, now in beta 6 I have a Finder toolbar problem: I always have my Finder Toolbar showing (icons only), however now they are not showing. When I choose Show toolbar and I have my favorites showing, the first thing that Show Toolbar does... is hiding the favorites sidebar! When I then choose Show Toolbar again, it shows and the sidebar(!) and the toolbar.But... when I close the Finder window and open it again (same path)... the toolbar again is NOT showing....
2
0
418
Aug ’15
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
541
Oct ’15
How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
320
Jan ’17
Xcode shows wrong documentation
As the title says, Xcode is showing the wrong documentation.For example, I subclass a UIView (say MyPrivateView : UIView), and when I control+click on it, it shows the documentation of UITabBarController.Is there anyway to fixx this?(I tried documenting the class, but no use ... This is something that would be distributed in a framework, so we don't like any weird documentation)Thank you
0
0
291
Jan ’16
SwiftUI: Can't Show view
First Time: I detect beacons, Alert is displayed, to Show Artwork. But when I detect the beacons a second time, Alert not showing and the display of the screen is white I am new in swiftui, Please forgive me if I make a few mistakes My English isn’t so great. **Thanks! Any help would be deeply appreciated! **
2
0
832
Mar ’23
Developer Reply not showing
Last Thursday, I replied to a review but it still does not show in the App Store. I see the review, but no response. iTunes Connect shows the response but I don't see it in the store. I cannot tell if the reviewer received it either.I haven't responded to a review before. Is this normal? It is Wednesday today, six days later.
2
0
744
Dec ’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
739
Jan ’25
Contact Us shows Error
The contact us page on apple developer is showing error and henceforth not able to contact the apple team also https://developer.apple.com/contact/app-store/?topic=expedite is not working showing no apps available which blocks us reaching to apple team for resolution. we are just waiting for an update to launch our new apps
Replies
2
Boosts
0
Views
85
Activity
Mar ’26
Navigation Bar not showing in simulator in CollectionView
Hi Guys,I've got a collectionView tied to a navigation controller, and in my storyboard the navigation bar is showing just fine, but then when i run simulator it is not there at all. Constraints are holding the table view under the navbar. Any ideas?Thanks!Jewell
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
1.9k
Activity
Sep ’18
List not showing in scrollview
Hey I this list embedded in a scrollview with wasn't showing up, the only was it would show up is if I put a UIScreen on it. Is there a better way of doing this because I have a background underneath and the UIScreen is currently covering the background? List { ForEach( 0 ... 10, id: .self) { message in InboxRowView() } } .listStyle(PlainListStyle()) .frame(height: UIScreen.main.bounds.height - 120) Thanks
Replies
1
Boosts
0
Views
681
Activity
Nov ’23
How "Show in Finder" works in Xcode?
I want to add Show in Finder in my app that is similar to the one in Xcode. How do I do this using objc?
Replies
3
Boosts
0
Views
673
Activity
Mar ’23
Beta4: Watch shows unavailable in Xcode, yet shows paired in Devices. Any solution?
After installing Beta4 of Xcode, iOS 9 and WatchOS2, Xcode shows the watch as unavailable, yet lists it as paired under the devices window.Has anyone else seen this?Anyone havve any solution or suggestions?
Replies
5
Boosts
0
Views
1.5k
Activity
Jul ’15
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
Finder Show Toolbar broken beta6
So happy the Favorites Width problem was solved, now in beta 6 I have a Finder toolbar problem: I always have my Finder Toolbar showing (icons only), however now they are not showing. When I choose Show toolbar and I have my favorites showing, the first thing that Show Toolbar does... is hiding the favorites sidebar! When I then choose Show Toolbar again, it shows and the sidebar(!) and the toolbar.But... when I close the Finder window and open it again (same path)... the toolbar again is NOT showing....
Replies
2
Boosts
0
Views
418
Activity
Aug ’15
UIAlertView shows nothing
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
4
Boosts
0
Views
541
Activity
Oct ’15
How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
320
Activity
Jan ’17
beta 3 not showing up in App Store
I'm running beta 2 and beta 3 is not showing up. Tried restarting. Tried re-installing the beta utillity.
Replies
28
Boosts
0
Views
6.8k
Activity
Oct ’17
Is there any way to download Netflix movies or shows on macbook?
Hello hope you are good I want to ask a question related the use of Netflix on mac, I running my Netflix account on my own mac since last year but i am enable to download movies and shows, I follow various methods from google but i failed, can you help me related to my query. Thanks
Replies
0
Boosts
0
Views
420
Activity
Nov ’20
Xcode shows wrong documentation
As the title says, Xcode is showing the wrong documentation.For example, I subclass a UIView (say MyPrivateView : UIView), and when I control+click on it, it shows the documentation of UITabBarController.Is there anyway to fixx this?(I tried documenting the class, but no use ... This is something that would be distributed in a framework, so we don't like any weird documentation)Thank you
Replies
0
Boosts
0
Views
291
Activity
Jan ’16
SwiftUI: Can't Show view
First Time: I detect beacons, Alert is displayed, to Show Artwork. But when I detect the beacons a second time, Alert not showing and the display of the screen is white I am new in swiftui, Please forgive me if I make a few mistakes My English isn’t so great. **Thanks! Any help would be deeply appreciated! **
Replies
2
Boosts
0
Views
832
Activity
Mar ’23
Developer Reply not showing
Last Thursday, I replied to a review but it still does not show in the App Store. I see the review, but no response. iTunes Connect shows the response but I don't see it in the store. I cannot tell if the reviewer received it either.I haven't responded to a review before. Is this normal? It is Wednesday today, six days later.
Replies
2
Boosts
0
Views
744
Activity
Dec ’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
739
Activity
Jan ’25