Tab Bar icons are not conforming to image insets – Ios swift
I am trying to get the icons in the tab bar to be brought down more into the middle of the bar. I have tried setting the image insets in the story board as well as through code and none…
I am trying to get the icons in the tab bar to be brought down more into the middle of the bar. I have tried setting the image insets in the story board as well as through code and none…
SwiftUI reserves blank space on top of List for the title even though there is no title used. How do i remove this space? .navigationBarHidden() is not an option because the toolbar icons need to be shown.
When setting the action with the "addTarget" method on a button in Swift, is there a way for me to pass a parameter to the function I want to trigger? Say I had a simple scenario like this: let button…
I have recently updated to Xcode 13.2 from the Mac App Store. While trying to fix an issue with a Swift package, I uninstalled it and now I cannot reinstall the package. When I try to add a package from…
I am currently trying to create a page with three adjacent Picker views inside of an HStack as seen below: I made a CustomPicker view where I limit the frame to 90 x 240, and then use .compositingGroup() and .clipped()…
I need to grab another image in case the initial one fails and Im having a hard time figuring how to do this with SDWebImageSwiftUI. Any clue as to how to do this?
I want to move to another view using a button from a form, I'm trying to make a settings page. The code below, I managed how to open a URL from a form, now I want to open another page…
This error always happens whenever I add a new Package via Swift Package Manager in Xcode: Cannot fetch library I've already configured my GitHub Auth Token setting in Xcode and registered my GitHub account. My macOS version is Monterey 12.1,…
Getting a crash on launch since the night of 8th Dec 2021 for all processed builds from TestFlight. Also when run locally on the device, build runs without any crash for both release/develop schemes. Only devices using iOS version 15…
Good Evening, I have a question, I need to show an error when a user enters a wrong email or enters a wrong password. What do I need to add in my code? I am new to software development and…