cuappdev / cuappdev/uplift-ios
Refactor: facilities cell heights
Open
Type: Refactor
- Dominant language
- Swift
- Stars
- 18
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, each facility detail cell, when calculating the height of all of it combined subviews, manually adds together the estimated line height of each text view. This is inefficient an inacurrate, so these heights should be calculated with `NSAttributedString.size().height` instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.