Combining List and Form views in SwiftUI – Ios swift
I there anyway to combine a List and say Form view on the same screen? or do you have to have one or the other and manually build the rest? I have this code, and each component the list and…
I there anyway to combine a List and say Form view on the same screen? or do you have to have one or the other and manually build the rest? I have this code, and each component the list and…
I have 2 buttons. "Stocks" one is default, it has larger size and bold, the "Favorites" one is small. When the second one is pressed, I want "Stocks" to change size dynamically. I tried to hardcode, but then realized viewDidLoad()…
I use a third-party website to get the public ipv6. When I use VoiceOver to read the IPV6 address, it omits the colon in the address. But it reads the dot in the IPV4 address. Is there a way to…
My application read the data correctly and all things work as needed but when I run it on my iphone the data is not shown like it is empty or null, I checked the code try to figure out why…
When I connect iOS device with 16.2 OS version. Xcode shows unsupported OS version. Because I don't have the device support files for iOS 16.2 So how can I download the device support files for iOS 16.2.
i'm making a chat application,the issue is whenever i open the keyboard i can't scroll to the end of the page so the keyboard hide a part of the page it hides this part body: Stack( alignment: Alignment.bottomCenter, children: […
I have created a Image Picker UI where I want to do selection when user clicked on the button, I have done it using UIAlertController and when I test it in iPhone then it works perfect but, when I test…
The white background is my cell super view and the blue background view is the container view. The container view is connected with the super view with the following constraints. Top space to super view: 25, Bottom space to super…
Basically there is one Launchscreen.storyboard in iOS and in the project I'm working on i have various environments as in Local, Development, Production. Can i have three different background colors for the respective builds on the same launchscreen? If yes,…
It is visible if i comment part where i set my ViewControllers. It is like been superimposed by other ViewControllers. Cause it works but i can't see it. When i tap bottom parts of screen color of screen changes to…