Posts

Post not yet marked as solved
1 Replies
121 Views
I'm replacing Settings screen on my app with SwiftUI. My App's Settings screen have a some fields that have a Toggle Switch, Title, and Subtitle. but It is a hard to correctly reproduces UIListContentConfiguration.subtitleCell() layout in SwiftUI. I'm trying by this code: Toggle(isOn: $someFlag) { VStack(alignment: .leading) { Text("Title") Text("some descriptions about this toggle switch").font(.footnote) } } screenshots: but it has some of issues: wrong font size; subtitle of SwiftUI version is little a bit bigger than UIKit version wrong padding; SwiftUI version has less padding than UIKit version, which makes hard to read (only little a bit, but I want to stick to its small differences) It might be solvable by manually adds padding, specify font sizes etc, but I feel It is wrong way. It should be exists a beautiful way to reproduce it. Is there a correct way to reproduce beautiful UIListContentConfiguration.subtitleCell() layout in SwiftUI? Thanks!
Posted
by rinsuki.
Last updated
.
Post not yet marked as solved
0 Replies
330 Views
I want to create and publish Android app which uses ShazamKit, but I can't find License Agreement for Android version of ShazamKit, which means I can't publish APK legally. also I want to include aar file to GitHub repository for build in CI, but I can't include aar file legally without explicit allow from Apple. Where is the License Agreement for Android version of ShazamKit?
Posted
by rinsuki.
Last updated
.
Post not yet marked as solved
0 Replies
438 Views
currently, iCloud Private Relay is It looks only affects if app is communicating with unsecure HTTP server (I don't know about WebView). but in some cases, we need to access third-party resources (e.g. RSS Reader app), and I want to prefer iCloud Private Relay on these requests in my app for protect users privacy. but in beta 1, I can't find API that prefers iCloud Private Relay in my app. I missed something? or I need to write feedback for feature request?
Posted
by rinsuki.
Last updated
.