Michael T. Ho

Results 7 comments of Michael T. Ho

Hi, I need more context on how to reproduce the bug so I can help with it. E.g., you need to provide the version you're using, and what actions you...

If you'd like to contribute I am fine. This repo is open to everybody, feel free to create PRs!

Do you have a piece of code for this? So I can look into it to help you troubleshoot.

In MaterialSegmentedControl.swift, the distribution of stack view is set to equal for temporary use. ```swift stackView = UIStackView(arrangedSubviews: segments, axis: .horizontal, distribution: .fillEqually, spacing: 10.0) ```