Siwei Kang
Results
1
issues of
Siwei Kang
There is some extra white space under inputAccessoryView, only on iOS15. Love this library otherwise! ``` CocoaTextField(text: $text) .inputAccessoryView( HStack { Spacer() Button("Done") { } } ) ``` 
bug
sizing-bug