Is there any way to use xcode previews to quickly create screenshots?
Additionally, it would be really awesome if you could then automate it, being able to taking screenshots for specific screens just using the SwiftUI preview, across different locales, color themes and interface directions.
Would speed up screenshot creation dramatically and also provide an easier way to do it other than through Tests.
Additionally it would also allow easier and automated screenshots of watchOS apps which currently don't seem to able to have Tests
Post
Replies
Boosts
Views
Activity
Is it now possible in the recent release of swift to set textfield to be first responder or show the keyboard when they are loaded?
I see something similar to what I'm looking for has been done on tvOS and WatchOS with the .prefersDefaultFocus
modifier