KarrotListKit icon indicating copy to clipboard operation
KarrotListKit copied to clipboard

Refactor: support self-sizing on SwiftUI

Open jaxtynSong opened this issue 1 year ago • 0 comments

Background

The SwiftUI system propose a size to the Component and gives you the opportunity to calculate component size. Currently, the Framework is missing this behavior and does not support Component self-sizing. This PR supports Component self-sizing by connecting an related APIs to determine the size.

jaxtynSong avatar May 01 '24 15:05 jaxtynSong