[iOS] Create public space #143

- Update after design review
This commit is contained in:
Gil Eluard
2021-12-01 23:56:59 +01:00
parent 1217be55ab
commit 4890ce2108
109 changed files with 1122 additions and 529 deletions
@@ -60,7 +60,8 @@ struct RoundedBorderTextEditor: View {
onEditingChanged?(edit)
})
.modifier(ClearViewModifier(alignment: .top, text: $text))
.modifier(NextViewModifier(alignment: .bottomTrailing, isEditing: $editing))
// Found no good solution here. Hidding next button for the moment
// .modifier(NextViewModifier(alignment: .bottomTrailing, isEditing: $editing))
.padding(EdgeInsets(top: 2, leading: 6, bottom: 0, trailing: 0))
.onChange(of: text, perform: { newText in
onTextChanged?(newText)