I have a SwiftUI view which contains an NSTableView wrapped with an NSViewControllerRepresentable struct. This has a Coordinator, which I set up as the NSTableView's delegate. There is an implementation of tableViewSelectionDidChange to pass the selected row index up to the enclosing view. The problem is that I can click and select a row, but the selection disappears, usually on the first click, and always when clicking a column header to sort. I have looked at the various delegate methods for notifying about selection changing, and they don't seem to be called. How can I find where the selection is being changed?
Search results for
build disappears
49,271 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have a problem with test automation of my company app. We're using an external tool called Appium to automate our app, but under the hood it's using XCTest to obtain page source, and it looks like it might not work correctly, or we're doing something wrong. The problem is that since iOS 16.4 XCUIElementTypeToolbar is completely disappearing from the page source XCTest provides to Appium. What's even stranger, it's working when the app is opened for the first time after the phone restart. But when the app is simply put to background and opened again, this toolbar is no longer recognizable and instead of having XCUIElementTypeToolbar with arrows up and down and Done button inside it, XCTest returns only XCUIElementTypeOther there with nothing inside. And the only thing to have it found again is to restart the phone. It's happening in WebView. We are aware that since iOS 16.4 inspectable for WebViews is turned off by default (link to docs), but we have it implemented, and it did not help. It was worki
Push notification disappearing with in second from the lock screen! When we use our app to send push notification it dissappear within seconds or stay for few seconds and sometime its just the sound. Please guide me thank you :(
I've uploaded 10 builds today, but all with all keys, wtithout bitcode & etc disappeared after 3-5 seconds. Support didn't answer. I don't what I need to do. Maybe, smb have any ideas?Thanks
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
This steps works for me Edit Scheme... Check left side menu Archive make sure Build Configuration is Release (For me it is Debug and cause the issue so I change to Release theื rebuild the archive and the issue disappears.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I am having trouble getting the drawing made using PencilKit to stay on the screen when I move to a different tab within the app (e.g. go from drawing tab to contact form tab). I want whatever strokes were made to be retained when the user switches between tabs and comes back to allow the to resume where they left off. How can this be done?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Xcode Sanitizers and Runtime Issues
PencilKit
My WatchOS app uses two view controllers with a paged navigation from the first to the second. The first view contains a list. The second view presents a modal. When the modal is closed and I navigate back to the first view controller the list is not visible. The view controllers contains nothing but the body. What can I do to make the list always visible?First viewstruct ContentView: View { var body: some View { List { Text(Hello World) Text(Hello World again) } } }Second viewstruct NextView: View { @State private var showModal = false var body: some View { Button(action: { self.showModal = true }) { Text(Button) }.sheet(isPresented: $showModal) { Text(Modal) } } }
After latest IOS 13.3.1, the half part of my page in a full screen modal(with scroll) is not getting displayed when the page is loaded. All the elements are rendered in the DOM and able to inspect it, but it is displayed sometimes when it is scrolled down in devices with a larger screen-size and not at all displaying in devices with a smaller screen-size. Would like to raise this issue as a part of latest IOS update 13.3.1.Webkit-transform: translate3d(0,0,0) seems to be fixing the issue, but it again disappears when the page is reloaded. Any known solutions for this or is this an expected behavior?
Using XCode 6.4. My info.plist and all the files I have registered in it are suddenly no longer visible. When I build and run the program, they are obviously still available, but I can't get to them to replace them or edit them. I had just successfully submitted a copy of the program to the store, and had edited two of the plist files (pdfs).
HI, Running Catalina, MacBook Pro retina (15, late 2013) All the contacts have disappeared, and iMessages no longer syncs works. In system pref, Contacts is turned on, But contacts says no card? iMessages only has texts from other iPhone users, although the contact details show, that aren't accessible. Need help
I've implemented picture in picture with the AVPictureInPictureController class. It works as long as the application is in focus. From the moment the application is pushed to the background, the picture in picture view fades out and disappears. The audio of the video continues to play in the background.The application follows Apple's guidelines by enabling the correct background mode and configuring the audio session. The moment the application enters the background, the will stop and did stop delegate methods of the AVPictureInPictureControllerDelegate protocol are invoked, indicating that picture in picture is about to be stopped.There are no logs that point to the root of the problem. Any help or pointers are much appreciated.
I have a Mac app, Notenik, written with AppKit, that dynamically generates an Edit view that is used to edit multiple fields for a Note. Sometimes, depending on a user's request, multiple NSTextViews end up appearing within the same parent view (a tab, if that matters). Lately I and some of my users have noticed that, when moving from one NSTextView to another (either by tabbing or by clicking), the cursor initially fails to appear. Once the user starts editing within the NSTextView, the cursor appears and acts normally. And this doesn't occur when moving from an ordinary text field to an NSTextView -- only when moving from one NSTextView to another. But it is troubling and confusing to users that the cursor initially disappears. I'm not sure exactly when this started happening, but it has not been happening for very long. Although I make frequent updates to the app, this section of code has had no recent changes, so I am at a loss to explain this behavior, or to correct it. Any help would be appreci
I set badge count programmatically.When i reinstall application, before receiving first push notification, badge counter disappears when being transitioned from foreground.All access granted (badge, sound, alert).
My Mac app is approved for sale in the store. It is free to download with several in-app purchases.When I use the Mac App Store (10.14 or 10.13) and 'Get' the app I see it appear briefly in the Applications directory with the name:XYZ.appdownload. (this has the correct icon)AND then it just disappears!! The Store shows no error and I can apparantly repeat this over and over...What is going on? What should I do?Please advise!
As title says...I'm fairly adept at navigating iphone features so it doesnt seem to be something simple. Clock has completely disappeared from my phone. Removed from control center, not found in apps, even searching doesn't pull up the app. I'm at a loss. My alarms and timers run through the native clock app, so I'd really like it fixed.