mschmulen / simpleApp13

simple demo app for ios 13 SwiftUI and Combine
0 stars 1 forks source link

Make text bubble expand #29

Open spalsson opened 4 years ago

spalsson commented 4 years ago

When we are typing long chats kids want to be able to see the whole chat bubble

image

mschmulen commented 4 years ago

this is surprisingly difficult in SwiftUI (1), we should wait on this one until SwiftUI (2) and IOS 14:

on iOS14 its just one line of code ( legacy its a whole mess of code so I vote to defer until iOS14 release

TextEditor(text: $text)
            .padding()
spalsson commented 4 years ago

defer!