[iOS] Exploring MVI framework for Kotlin Multiplatform, part 9

Profile Picture
- Published on Apr 15, 2020馃審 Public

We learned some things are hard to do in SwiftUi.

Multiline TextField is not trivial, we had to punt on it.

It's also hard adjusting from a constraint layout mentality to a VStack/HStack mentality. We were able to do some spacing using the Spacer(), but in all reality, we had trouble easily styling views.

Adding a navigationBarTitle and navigationBarItem was easy, but the placement in the code of those attributes still seems odd.

Lastly, we played about with Binding of String and Bool, saw that it was common practice to inline this code within the associated view.

More details here: https://github.com/arkivanov/MVIKotlin/issues/18#issuecomment-613812082