https://kotlinlang.org logo
#moko
Title
# moko
a

ahmetcj4

04/12/2020, 10:08 PM
About moko widget: 1. I couldn't make bottom sheet working on iOS. It fails on pod update command. Works on Android. How can make it work on iOS? 2. When using constraint builder, I chained two buttons horizontally and give MatchConstraint width sizespec to both of them. Android produced buttons with same length but on iOS, one of the buttons behaves as wrap content and other button takes all the space. How can I make them take same space on ios?
a

alex009

04/13/2020, 3:27 AM
1. are you add to
Podfile
line
pod 'moko-widgets-bottomsheet', :git => '<https://github.com/icerockdev/moko-widgets.git>', :tag => 'release/0.1.0-dev-19'
? after add this line you should do
pod install
and after it you can compile kotlin framework. but kotlin project should be configured to linking with cocoapod, like here 2. i think now with current common api of constraints you can't do two buttons same dynamic size...please create issue on github and in issue we recognize what api should be added
💯 1
a

ahmetcj4

04/18/2020, 10:46 PM
Sorry for late reply, I didn't have time to try them out until today. 1. It worked. 2. Opened an issue.
👍 1
3 Views