airbnb / airbnb/MagazineLayout
Add support for width modes other than 1/n
Open
enhancement
- Dominant language
- Swift
- Stars
- 3.4k
- Forks
- 222
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all widths are represented as a fraction 1/n of the width. How would you suggest to add support for something like |-- 2/3 --|-- 1/3 --| : Redefining fractionalWidth to use a floating point number, or adding a 'numerator' associated value to that enum?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.