Search results for

“show when run”

117,519 results found

Post

Replies

Boosts

Views

Activity

Reply to Cannot snapshot view warning
I have the same issue. If I run the app in instruments(leaks) it shows 2 X NSMutable Set leaks(No Ivar), appears to be when keyboard is dismissed.Am trying to figure out if this is a problem or a one off leak associated with the Snapshot issue.Does you app show the leaks?Any ideas?
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’16
Xcode not showing as installed in App Store
After installing xcode from the store and verifying the install was successful, when I return to the App store it is telling me to install xcode again, even though xcode is present in my applications folder. Since the store doesnt beleive I have xcode installed, every time an update is released I have to remove the old xcode and install the new one from the store again.I am running xcode 9.0.1 with MacOS 10.13.1 beta, but I have coworkers running MacOS 10.13 with xcode 9 and MacOS 10.12.6 with xcode 8.3.3, who are also running into this issueIs there a way to make it so that xcode shows as installed in the appstore?Thanks~
1
0
1.8k
Oct ’17
Review and ratings not showing
Hello, I had an app arrived about ten days ago. I’ve been able to see ratings and reviews by 2-3 people. However, I’be had others tell me they left reviews and ratings that aren’t showing up, even after it’s been a few days. How can I fix this? Is this an app issue or user issue? They say they can submit but it just doesn’t show. Thanks!
0
0
102
2w
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
748
Dec ’17
Programmatically show menu attached to a UIButton
I'm running into a bit of an issue with a menu attached to a UIButton in a Catalyst app. Clicking on the button works as expected: the menu appears (showsMenuAsPrimaryAction is set to true). However, because the button is in a form as a way for the user to select from a list of available options, I also need the ability to show the dropdown menu when I tab to the button from another field. I was hoping this would happen automatically if the button could become the first responder, but that does not appear to be the case. If there a way to make this happen?
0
0
1.4k
Feb ’21
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
551
Oct ’15
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
95
Mar ’26
Reply to Xcode 9 Degugger
FOUND THE ANSWER. Under Debug --> Debug WorkFlow ... --> If you have Always Show Disassembly...Checked. when you run your code if the Always Show Disassembly is checked you only have the ability to step through your code in the memory location. when unchecked you can step through your code in the normal patern .. i.e. in the class where the breakpoint is.
Oct ’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
293
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
873
Mar ’23
Reply to Help please
Hey BabyJ thanks for posting your tip. I couldn't get my Swift Playgrounds using SwiftUI that ran fine in v3.3 to run in v3.4. I'd just get vague errors. To get my SwiftUI Playgrounds to run in Swift Playgrounds v3.4 On macOS: Disable results On iPadOS: Click the speedometer and uncheck enable results PlaygroundPage.current.wantsFullScreenLiveView = true wouldn't show full screen until I toggled show console I'll submit a report via feedback assistant
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’20
Reply to Cannot snapshot view warning
I have the same issue. If I run the app in instruments(leaks) it shows 2 X NSMutable Set leaks(No Ivar), appears to be when keyboard is dismissed.Am trying to figure out if this is a problem or a one off leak associated with the Snapshot issue.Does you app show the leaks?Any ideas?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’16
The Message App Shows the Numbers
The Message App Shows no more the Names and Icons only the telefonnumbers
Replies
2
Boosts
0
Views
246
Activity
Jun ’15
Osx 10.11.1 Beta 3 not showing in updates
I have installed the Developer Seed Utility, however running updates shows no updates available. Is there something different I should do.Thanks for your response
Replies
0
Boosts
0
Views
365
Activity
Oct ’15
Xcode not showing as installed in App Store
After installing xcode from the store and verifying the install was successful, when I return to the App store it is telling me to install xcode again, even though xcode is present in my applications folder. Since the store doesnt beleive I have xcode installed, every time an update is released I have to remove the old xcode and install the new one from the store again.I am running xcode 9.0.1 with MacOS 10.13.1 beta, but I have coworkers running MacOS 10.13 with xcode 9 and MacOS 10.12.6 with xcode 8.3.3, who are also running into this issueIs there a way to make it so that xcode shows as installed in the appstore?Thanks~
Replies
1
Boosts
0
Views
1.8k
Activity
Oct ’17
Review and ratings not showing
Hello, I had an app arrived about ten days ago. I’ve been able to see ratings and reviews by 2-3 people. However, I’be had others tell me they left reviews and ratings that aren’t showing up, even after it’s been a few days. How can I fix this? Is this an app issue or user issue? They say they can submit but it just doesn’t show. Thanks!
Replies
0
Boosts
0
Views
102
Activity
2w
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
748
Activity
Dec ’17
Programmatically show menu attached to a UIButton
I'm running into a bit of an issue with a menu attached to a UIButton in a Catalyst app. Clicking on the button works as expected: the menu appears (showsMenuAsPrimaryAction is set to true). However, because the button is in a form as a way for the user to select from a list of available options, I also need the ability to show the dropdown menu when I tab to the button from another field. I was hoping this would happen automatically if the button could become the first responder, but that does not appear to be the case. If there a way to make this happen?
Replies
0
Boosts
0
Views
1.4k
Activity
Feb ’21
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
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
551
Activity
Oct ’15
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
95
Activity
Mar ’26
Xcode showing version 6.3.2 after installing 6.4
After installing Xcode 6.4 the Version on Xcode About is showing 6.3.2I am unable to debug and test on iPad running iOS8.4 with 6.3.2
Replies
7
Boosts
0
Views
510
Activity
Jul ’15
Reply to Xcode 9 Degugger
FOUND THE ANSWER. Under Debug --> Debug WorkFlow ... --> If you have Always Show Disassembly...Checked. when you run your code if the Always Show Disassembly is checked you only have the ability to step through your code in the memory location. when unchecked you can step through your code in the normal patern .. i.e. in the class where the breakpoint is.
Replies
Boosts
Views
Activity
Oct ’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
Replies
0
Boosts
0
Views
293
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
873
Activity
Mar ’23
Reply to Help please
Hey BabyJ thanks for posting your tip. I couldn't get my Swift Playgrounds using SwiftUI that ran fine in v3.3 to run in v3.4. I'd just get vague errors. To get my SwiftUI Playgrounds to run in Swift Playgrounds v3.4 On macOS: Disable results On iPadOS: Click the speedometer and uncheck enable results PlaygroundPage.current.wantsFullScreenLiveView = true wouldn't show full screen until I toggled show console I'll submit a report via feedback assistant
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’20