Closed cameronshemilt closed 3 years ago
@cameronshemilt Hey, sorry for never getting back to this PR. If you update to HLTE 2.0, it has a new .introspect()
modifier that lets you set uiView.isScrollEnabled
or any other UIKit property you need. See the release notes for more.
![上传截屏2023-03-10 12.36.30.png...]()
Due to the fact that the isScrollEnabled property is reset to true in the updateUIView method, it is not possible to use runIntrospect to set it to false.
Added a modifier to UIKit that allows for disabling scrolling.