skiptools / skip-ui

SwiftUI for Android
https://skip.tools
GNU Lesser General Public License v3.0
129 stars 14 forks source link

Support `.frame(maxWidth: Double.infinity)` #4

Closed marcprux closed 1 year ago

marcprux commented 1 year ago

Discussed in https://github.com/skiptools/skip/discussions/33

Originally posted by **shial4** November 3, 2023 I know frame `maxWidth` and `maxHeight` is low priority for you, however, I've been doing SwiftUI since the very beginning and have many apps build with it. I find this `frame` modifier very powerful and would love to have it fully supported by SKIP ``` .frame(maxWidth: Double.infinity) ```
aabewhite commented 1 year ago

In progress...

aabewhite commented 1 year ago

Pushed