Remove viewFactory from UIViewRedwoodLayoutWidgetFactory.
See original GitHub issueUIViewRedwoodLayoutWidgetFactory
currently accepts a viewFactory: RedwoodUIScrollViewFactory
param that creates UIScrollView
instances. This is a work-around as it’s not (easily) possible to extend UIScrollView
from Kotlin multiplatform code so we delegate the creation to Swift code.
This is a pretty inconvenient work-around and we should figure out a way to remove the viewFactory
param and create UIScrollView
s without an external factory.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Issues · cashapp/redwood - GitHub
Remove viewFactory from UIViewRedwoodLayoutWidgetFactory. enhancement redwood/flexbox. #489 opened on Nov 2 by colinrtwhite.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With cklib, yes. At least according to Kevin. He was out last week but we’ll talk on Tuesday about it. I’ll invite you.
Awesome, thanks!