You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Hello, can i update content size of ASTableNode? my code
in the cell self.textMessageNode.maximumNumberOfLines = 1 setNeedsLayout() setNeedsDisplay()
in the controller ` @objc func reloadData(){
self.messengerView.layoutSubviews()
self.messengerView.messengerNode.waitUntilAllUpdatesAreProcessed()
self.messengerView.messengerNode.setNeedsDisplay()
self.messengerView.messengerNode.reloadData()
self.messengerView.messengerNode.layoutIfNeeded()
// self.messengerView.table
Hello, can i update content size of ASTableNode? my code
in the cell
self.textMessageNode.maximumNumberOfLines = 1 setNeedsLayout() setNeedsDisplay()
in the controller ` @objc func reloadData(){
self.messengerView.layoutSubviews()
self.messengerView.messengerNode.waitUntilAllUpdatesAreProcessed()
self.messengerView.messengerNode.setNeedsDisplay()
self.messengerView.messengerNode.reloadData()
self.messengerView.messengerNode.layoutIfNeeded()
// self.messengerView.table
The text was updated successfully, but these errors were encountered: