Silent mode on iPhone [closed]
Closed 2 days ago.
Silent mode on iPhone [closed]
Closed 2 days ago.
SwiftUI Image scaledToFill() takes entire screen width
I’m new to SwiftUI and I’m trying to implement a card :
UIScrollView causes unexpected top spacing on iPhone 8 and 6s, but not on iPhone SE or devices with notch
Problem Description I’m experiencing an unexpected top spacing issue with UIScrollView on iPhone 8 and iPhone 6s (non-notched devices), but not on iPhone SE or devices with a notch. The issue persists even when using SwiftUI’s ignoresSafeArea and custom safe area handling. Code Here’s a simplified version of my SwiftUI view that demonstrates the issue: […]
Change the Background of Pickers/Toggle in SwiftUI
I’m creating a basic app for meditation to continue learning SwiftUI. I am unsure how to get the Picker and Toggle views to have the same background as is being used within the Form, that is, not the .splashBackground but this line below:
SwiftUI disable simultaneous gesture
I have an app that needs audio input, and the button gesture needs to recognize long press.
Camera preview with transparent area
I want to create a fullscreen camera preview where the middle of the view is a rectangle. Everything inside the rectangle should be opaque
and everything outside should be semi-transparent
:
Rename an image file name before uploading to database
I’m building an app in SwiftUI and right now I have it so users can select a photo from their gallery to upload. When they do, I save it locally and store a URL variable for fetching it from it’s file path location. I use this URL to load the image in the view to show the user what image they selected.
SwiftUI: Floating Textfield placeholder is not animate as expected
I really need your help with this. The placeholder of the password field does not animate until I start typing something. However, the email address label animation works fine as expected. When I tap on email address field, its label animates correctly. Additionally, could you please review my code to check for any technical issues, as I am currently learning SwiftUI?
Universal link is not redirecting in ios app when we deployed the ios app to testflight using azure devops pipeline
I have created the ci azure pipeline and cd azure pipeline for iOS apps. we are able to deploy the app to test flight, and the app is also getting installed.