Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
90 questions
Filter by
Sorted by
Tagged with
0votes
0answers
44views

In macOS Sonoma, my SwiftUI code performs smooth, expected animations when List contents change — both when using @FetchRequest with a changing predicate and when filtering manually via Picker ...
2votes
1answer
163views

I'm curious, have you noticed how Pickers have different internal padding when in a Form vs not? Of course, there are many controls that have special looks within the context of a Form. But I would ...
Curious Jorge's user avatar
3votes
1answer
108views

My app uses the SwiftUI Picker, and I'd like to test that it only contains the expected choices. When I try to extract the choices in XCTest, I get back an extra entry, Choose an option, Option 1, i.e....
Pabtuz's user avatar
0votes
1answer
96views

I am trying to display the picker and the selected emoji on the screen.Here is the ContentView:struct ContentView : View { @StateObject private var viewModel = ContentViewModel() @State ...
Kelsey Zhou's user avatar
0votes
0answers
270views

I am working on a small todo app project with SwiftUI/Swift in Xcode 15.4. I have a model like this:@Modelclass Category { var catTitle: String = "" var catEmoji: String = ""...
0votes
1answer
503views

I am fairly new to SwiftUI and trying to figure out how to achieve trailing alignment for the Picker view selection. Eg for UIKit, in a normal UITableView cell, you can have a Right Detail cell with a ...
Abhinav Singh's user avatar
0votes
1answer
71views

I'm interested in creating menu similar to one displayed in the screenshot below.This menu is accessible via Rules settings of Mail.app. I'm interested in colouring the symbol on the left hand side. ...
0votes
0answers
135views

I use a custom font throughout my app (font is correctly setup). I'd like the SwiftUI Picker appearance to use the same custom font.Here's a simpler sample code where the text should be in bold but ...
invalidArgument's user avatar
0votes
2answers
127views

I can't for the life of me figure out why my first picker is not changing. It is stuck displaying "Option A" always no matter what I pick. The other pickers work just fine.struct ...
0votes
1answer
394views

How can I adjust the width of the list displayed when the user taps a picker? Note that I don't need to adjust width of the picker itself - only what is displayed over it.For example, consider a ...
Edward Brey's user avatar
1vote
2answers
111views

I’m trying to build an extension on a SwiftUI Picker, but I’m getting the following error inside the content closure when trying to compile:Cannot convert return expression of type 'ForEach<Data, ...
ospr's user avatar
  • 1,681
0votes
1answer
163views

What I'm Looking ForI'm hoping someone can help me understand what's going on and why SwiftUI is behaving the way it is in this scenario.What I was trying to doI was originally trying to create a ...
MarlonJames's user avatar
1vote
1answer
2kviews

I am finding to create picker menu with self contain search bar view and once user enter any character as per result of search filter picker menu will automatically reloads in SwiftUI.Below is the ...
1vote
1answer
615views

struct PlainTextPicker<T: Hashable>: View{ @Binding var selection: T? let defaultString: String? var options: [T] var toLabel: (T) -> String // body Menu { ...
0votes
1answer
2kviews

I have been brainstorming ideas for implementing a button dropdown view similar to what you see in a default Picker. I have been experimenting with this in general to find a way to overlay a view on ...

153050per page
1
23456

Hot Network Questions

more hot questions
Newest swiftui-picker questions feed

[8]ページ先頭

©2009-2025 Movatter.jp