Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

All Questions

Filter by
Sorted by
Tagged with
-1 votes
1 answer
150 views

[![[3][After installing Xcode26 there is a new icon on the right side of the navigation controller in the storyboard that flows to the tableview right bar button. In the simulator it slides the ...
HeyRef's user avatar
  • 69
0 votes
0 answers
67 views

Prior to Xcode 16, when I use Activity Monitor or Time Profiler, and select Hide System Libraries (and Invert Call Tree) under Call Tree, then I could see only calls from my app. In v16 though, with ...
just_a_guy's user avatar
1 vote
1 answer
97 views

I'm trying to stabilize a flaky UI test that deals with the "Allow Paste" system alert in iOS (see screenshot below). Sometimes it works, sometimes the test hangs or fails. I'd appreciate ...
Asi Givati's user avatar
  • 1,485
0 votes
1 answer
46 views

I'm using Fastlane to make promo screens on watchOS simulator. The problem is that Fastlane starts watchOS simulator alone, without the paired iPhone. So the screenshots have "iPhone disconnected&...
kelin's user avatar
  • 12.2k
2 votes
1 answer
278 views

Goal: Create a splash screen ("LaunchScreen") for a ".Net 8 for iOS" C# app (successor to "Xamarin Native / iOS"). The splash screen contains an image (a logo) scaled to ...
ToolmakerSteve's user avatar
9 votes
0 answers
872 views

I'm trying to use Instruments (with Xcode 16.1) to analyze memory usage of my iOS app running on the simulator. However, when I try to attach Instruments to the app, I get the above error. I am not ...
Divine's user avatar
  • 101
1 vote
0 answers
32 views

I like to build contextual menus in the storyboard, as opposed to doing it programmatically. Typically, in an NSOutlineView, I want to display a particular context menu based on the current selection. ...
user10711707's user avatar
-1 votes
1 answer
71 views

I have a UIButton in my UIViewController in my storyboard, and I'm trying to change it's background image, using transition animation: extension UIButton { func setBackgroundImageWithFade(_ image: ...
Aviram Netanel's user avatar
0 votes
0 answers
19 views

New to data persistence and I'm trying to improve the performance of an app that uses SwiftData. I profiled the app in Instruments, and I saw a lot of data / relationship faults. What are they and how ...
RRR's user avatar
  • 347
-1 votes
1 answer
122 views

I created a new project and Xcode has me using SwiftUI. Can I change that to using storyboard? How can I set it to use storyboards instead of SwiftUI?
Chris Hansen's user avatar
  • 8,781
0 votes
0 answers
82 views

I have an application that needs to be tested (UI). The application uses different feature configurations, and I'm looking for a convenient way to turn features on/off for proper testing. What are ...
lexemz's user avatar
  • 11
-1 votes
1 answer
51 views

I am writing UI tests for a view that was implemented in textures. We are using swift-snapshot-testing module by pointfreeco. This is my first time writing tests as well. The issue is that when I ...
Shivacharan Reddy's user avatar
1 vote
1 answer
129 views

I have an app where clicking on a row toggles state, and doing a left swipe performs a delete of the item. My problem is that UI test calls like swipeRight() do not engage the swipe action. Rather, ...
Locksleyu's user avatar
  • 5,463
0 votes
1 answer
91 views

I have a simple app with two views, a home page and a main page. I have a button on the home page that goes to the main page via logic like this: .fullScreenCover(isPresented: $showingMain) { ...
Locksleyu's user avatar
  • 5,463
2 votes
0 answers
310 views

I'm using Xcode Version 15.4 (15F31d) and when I click the Record UI Tests icon, as soon as it finishes building, Xcode crashes. I'm not 100% sure why this is happening, but I've seen multiple bug ...
ItsLeon's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
169