You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't found a way to both support setting a .frame() but also default to 130 width. I'm not interested in passing in a size parameter to the recorder. Also, in general, you should just use the default size. It's sized to fit any keyboard shortcut, but also no wider than necessary.
Also, in general, you should just use the default size. It's sized to fit any keyboard shortcut, but also no wider than necessary.
@sindresorhus I see a use case where this makes sense and that is vertically layouting several Recorders. What might work is an extension that imitates the .frame() View extension?
I use it in swiftUI. But I found the
.frame(width: height:)
not work. How to change the size of the Recorder?The text was updated successfully, but these errors were encountered: