英文: SwiftUI show collection of images 问题 我想展示一个类似于 UICollectionView 的图像网格,如下所示: 每种颜色代表一张图片。 当我执行以下操作...
如何正确将-fobjc-arc-exceptions标志添加到Xcode中?
英文: How to add -fobjc-arc-exceptions flag correctly into Xcode? 问题 我正在使用 https://github.com/williamF...
自定义的TextField SwiftUI
英文: Custom TextField Swiftui 问题 如何创建一个像图中显示的那样的文本字段?带有那种颜色的背景和白色线? TextField("Nome", text: $...
Swift MacOs – Accessibility – AxError: 无法完成
英文: Swift MacOs - Accessibility - AxError: cannot complete 问题 我正在尝试创建一个函数,该函数将返回任何应用程序中的选定文本。为此,我正在使...
系统字体(SF Pro?),在使用.custom时加上.rounded — 适用于iOS 15
英文: System font (SF Pro?), .rounded when using .custom — for iOS 15 问题 直到现在,我一直在使用固定的字体大小,像这样: Text(...
Swift中的UIAlert不等待用户响应。
英文: Swift UIAlert doesn't waiting user response 问题 func permissionInit() { Task { addListViewMod...
与在SwiftUI中基于ID号解析JSON数据相关的问题。
英文: Question related to parsing JSON Data based on ID number in SwiftUI 问题 以下是翻译好的内容: I am new to Sw...
为什么我必须调用我的协议函数两次才能使其工作?
英文: Why do I have to call my protocol functions two times to make it work? 问题 我目前正在构建一个简单的应用来学习协议 - ...
Date Formatter在Swift中未正常工作。
英文: Date Formatter in Swift is not working properly 问题 我正在使用Swift处理日期。我需要将字符串转换为日期,但出现了一些奇怪的情况。当我在模拟...
如何根据当前的Locale在SwiftUI中为文本提供两种不同的字体?
英文: How can i provide two different fonts to a text based on the current Locale in SwiftUI? 问题 I'm t...
96