1,133 questions
0
votes
2
answers
269
views
How to keep NavigationLink active while closing or switching to another app in SwiftUI
I have a problem when navigating to the details page, but when I try to open another application or close the application, the navigation link that was initially active suddenly closes by itself. ...
1
vote
0
answers
126
views
JavaScriptCore crash during JSObjectCallAsFunction on IOS 13 IOS14 AND IOS 17
The entry function calls of the crash stack are all JSObjectCallAsFunction, but the subsequent crash location is different on each system. We have suspected a memory problem, but the device still has ...
1
vote
1
answer
114
views
Is it possible to disable the back navigation menu in SwiftUI?
When we long tap on the back button it shows menu. I know it can be hidden in UIKit using navigation item, but is there any way for SwiftUI?
0
votes
0
answers
372
views
Set UITableViewCell secondaryText multiple lines
I'm using UIListContentConfiguration to config cell properties on iOS 14.
The cell's style is standard Right Detail. I was able to set the detail text field displaying in multiple lines on the right ...
0
votes
0
answers
149
views
Orientation issue occurs While Rotate landscape mode to portrait mode In SwiftUI
On a (iOS Minimum Delpolyment target 14.0) following leads to an error:
When I created the TextField using UIViewRepresentable, I successfully assigned its value to the @State variable. The rotation ...
0
votes
1
answer
328
views
Get height of a view inside ZStack in SwiftUI
I'm trying to get the height of a popup view that I added in my main content view. I tried using geometry reader, but it seems to be returning full height of the view. Am I doing something wrong here?
...
0
votes
1
answer
1k
views
Resolve: background(alignment:content:) is only available in iOS 15.0 or newer
I have the following to get the size of a View:
struct SizeKey : PreferenceKey
{
static var defaultValue: CGSize = .zero
static func reduce(value _: inout CGSize, nextValue _: () -> CGSize)...
0
votes
0
answers
236
views
How to add axis titles with DGCharts in Swift?
We are updating our code to work with DGCharts v.4.0 (previously Charts) and our previously working solution (see below) for adding titles for the x and y axis is now no longer working, as "...
1
vote
0
answers
552
views
Is there a way that I can use to create a Dynamic Sheet Height using in SwiftUI (iOS14.7)?
I tried this aproach https://stackoverflow.com/a/66925913/15450928 but is seems I can't center my graphical date and time picker.
Maybe someone has an idea about it.
This is what I use:
.sheet(...
0
votes
1
answer
131
views
conflicts with navigation view on SwiftUI
i have some trouble with my app when switching between views and after many attempt the screen become white then the app become unusable, how can i resolve this problem thanks in advance.
my app ...
1
vote
1
answer
154
views
iOS 13 ObservedObject is not updating the UI while StateObject doing same in iOS 14
"Resolving UI Update Issues with iOS 13 ObservedObject: Exploring Alternatives to StateObject"
"I've explored several alternatives for StateObject, which is only available in iOS 14. ...
0
votes
1
answer
213
views
Issue with Combine when migrating to iOS 14
I have an issue when migrating from iOS 13 to iOS 14.
The following code was compiling fine before:
func fetchOptions(
forLatitude latitude: Double,
andLongitude longitude: Double,
ofTypes ...
1
vote
0
answers
405
views
iOS Universal Linking with Browsers other than Safari
I have successfully implemented iOS universal linking, which serves as a vital feature for opening our app from marketing emails. These emails often contain HTML content, and when a user clicks on a ...
0
votes
1
answer
331
views
I can not debug ionic app on macOS ventura. What has changed?
I used to debug my ionic Apps on ios simulators when i had xcode 13 however I can not debug after upgraded my macbook to MacOS Ventura. Now, I see "No ispectable devices" instead.
Simulator:
...
0
votes
0
answers
114
views
Guidance on hovering button over scrollview
Screenshot 2023-04-03 at 8 53 22 AM
Hi,
Thank you for the wonderful software.
Using https://github.com/exyte/FloatingButton
The image above shows that the hstack containing the button does not float/...