We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://api.github.com/cashapp/redwood/blob/6d9d398b39360d5d8da50f41106a88785cd08dc8/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt#L167
} } init { tableView.apply { dataSource = [email protected] delegate = tableViewDelegate prefetchingEnabled = true rowHeight = UITableViewAutomaticDimension separatorStyle = UITableViewCellSeparatorStyleNone registerClass( cellClass = LazyListContainerCell(UITableViewCellStyle.UITableViewCellStyleDefault, reuseIdentifier) .initWithFrame(CGRectZero.readValue()).classForCoder() as ObjCClass?, forCellReuseIdentifier = reuseIdentifier, ) } } final override fun onViewportChanged(onViewportChanged: (Int, Int) -> Unit) { this.onViewportChanged = onViewportChanged } override fun isVertical(isVertical: Boolean) { // TODO: support horizontal LazyLists. } // TODO Dynamically update width and height of UIViewLazyList when set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://api.github.com/cashapp/redwood/blob/6d9d398b39360d5d8da50f41106a88785cd08dc8/redwood-lazylayout-uiview/src/commonMain/kotlin/app/cash/redwood/lazylayout/uiview/UIViewLazyList.kt#L167
The text was updated successfully, but these errors were encountered: