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
-- The row isn't within the visible bounds of our view
else
-- Re calculate the scrollHeight
self._scrollHeight = self._scrollHeight - row._height
if self._scrollBar then
self._scrollBar:repositionY()
end
-- decrement the table rows variable
self._numberOfRows = self._numberOfRows - 1
removeRow( i )
end
This crashes simply because the function 'removeRow' does not exist
The text was updated successfully, but these errors were encountered:
bernal-pablo
changed the title
RemoveRows crashes if the row to remove is not within the visible view
New TableView's RemoveRows function crashes if the row to remove is not within the visible view
Sep 28, 2016
This crashes simply because the function 'removeRow' does not exist
The text was updated successfully, but these errors were encountered: