Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [swift]

Swift is a general-purpose programming language developed by Apple Inc first released in 2014 for its platforms and Linux. Swift is open-source. Use the tag only for questions about language features or requiring code in Swift. Use the tags [ios], [ipados], [macos], [watch-os], [tvos], [swiftui], [cocoa-touch], and [cocoa] for (language-agnostic) questions about the platforms or frameworks.

swift
0 votes
0 answers
5 views

Is it safe to call an optional closure without [weak self]?

I have two classes, class A and class B. In class A I have declared an optional closure and from class B I am calling that closure. In class B, you can see in callTapA function I am calling the ...
M A Russel's user avatar
  • 1,555
0 votes
0 answers
8 views

What is the proper way to refactor a class from @ObservableObject to @Observable?

I would like to refactor the following code using @Observable instead of @ObservableObject. import Foundation import FirebaseAuth enum AuthenticationState { case unauthenticated case ...
LeEuler's user avatar
  • 41
0 votes
0 answers
8 views

Autofill suggestions not showing up for QR-based verification code

I am trying to integrate autofill for a verification code in one of my iOS projects. I have added an apple-app-site-association file to my domain. It was integrated successfully, as now the iOS ...
deaddroid's user avatar
  • 430
0 votes
0 answers
9 views

Limitations about Indexed Items for Spotlight with CSSearchableIndex and Performance?

Is there a limit for number of items (CSSearchableItem) in Core Spotlight CSSearchableIndex in iOS 9? According to this topic, the number of indexes I can add is 32767. Won't there be performance ...
Hakan Or's user avatar
0 votes
0 answers
25 views

An iOS application crashed or was closed, how do know which screen was last viewed by the user?

An iOS application crashed or was closed by the user or closed because the device has no battery, how I retrieve the information for which screen was last viewed by the user? I want to save this ...
user26383060's user avatar
1 vote
0 answers
12 views

Issue with Dequeuing Custom Cells in Main Storyboard

I'm encountering an NSInternalInconsistencyException when trying to dequeue custom cells designed in XIB files in my main storyboard. The error message is: unable to dequeue a cell with identifier ...
bumblebee's user avatar
-1 votes
0 answers
16 views

How should SwiftUI accessibiltyActions be announced in VoiceOver?

I'm trying to add accessibilityActions to specific views in an app I'm working on for a client. I'm using the accessibilityAction(named:) viewModifier. I can't share the client code, but it's ...
Duncan C's user avatar
  • 131k
0 votes
0 answers
15 views

OSLog sometimes shows error instead of including string

Logger().fault("Example: \(myStr, privacy: .public)") Why do I get the following instead of the contents of myStr sometimes? myStr looks fine in the debugger and not like this. Example: <...
John's user avatar
  • 1,264
1 vote
1 answer
28 views

How can I identify and delete dead code in Xcode Swift

Is there a way to get Xcode to show a warning/error for unused functions and properties? I have some dead dummy code left over from refactoring but no way to easily identify and delete it. I'm in a ...
etayluz's user avatar
  • 16.3k
-1 votes
0 answers
12 views

I want to create a feature on my ipa which allows people to go onto the files of the ipa and import their own .json file which appears in the app

I don't know how to do this I have not tried anything yet, I don't even know where to start to be honest I am new to coding and was curious to see how this would work, if someone can put me in the ...
Trendy Trooper's user avatar
0 votes
0 answers
39 views

View in infinite creation loop

In my app, the navigation should be ArmyListView -> ArmyListDetailsView -> IncludedUnitScreenView My ArmyListView screen creates a NavigationStack and moving on to the ArmyListDetailsView works ...
Doug Idle's user avatar
0 votes
0 answers
10 views

Keyboard Extension Input Field Not Working

I've been working on a custom keyboard extension and encountering an issue where I can't input text into the Custom TextField. Even when the TextField is selected (indicator is on), the input still ...
Muhammad Bilal's user avatar
0 votes
1 answer
24 views

Get the bounds of overflowing objects to shrink to parent view

I'm making a representation of the unit circle and I have the point labels arranged in a circle. I know the origin of the labels are at the center, so they overflow the parent. Whats the best way to ...
Ashbury's user avatar
  • 2,335
0 votes
0 answers
14 views

After adding Notification Extension, my apple pay and push notifications for fastlane stopped working

I am using fastlane to create and submit an application to testflight. Everything worked until I added Notification Content Extension and Notification Service Extension. Now apple pay and push ...
mike's user avatar
  • 1
0 votes
0 answers
11 views

Live Activity not workin on Simulator

Live Activity isn't working on the iOS 17.5 Simulator but works on a physical device. When I first close the app, it updates once, but then nothing updates anymore. Supports Live Activities - YES ...
Ömer faruk Bozbulut's user avatar

15 30 50 per page