Setting
Setting copied to clipboard
Compose beautiful preference panels.
AppKit applications can embed SwiftUI views, which is very handy for code-sharing between iOS and macOS targets within the same application project. Unfortunately, this framework does not take this situation...
For example in the iOS Settings App, if you click on Face ID & Passcode then it asks to enter your passcode, once entered it will be dismissed and display...
Anyone knows what should I modify to position a logout button that is within a custom settings view at the bottom of the settings page please? I'll keep trying. Thanks.
Hi, thank you for this nice project. I am just wondering about the possibility of hiding the search by default and make it visible when the user starts to scroll...
Is it possible to have a icon on SettingToggle in the same way that SettingPicker and SettingPage do? I see you've created #23 that will allow for lots more composability...
# The problem Currently SettingView renders each element via a huge `switch`. This has several limitations: ## No support for custom `Setting`s The switch statement checks against `SettingText`, `SettingButton`, `SettingToggle`,...
Hi Is it possible to enter multiline text? Thanks
Let's say I had an existing UIViewController in my current settings that i don't want to recreate in SwiftUI, what's the best way of continuing to use it within this...
Would it be possible to integrate a search bar into SettingPicket so that if I want to I can have a search bar enabled when clicking on a picker?