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
You can recursively call the children method on a HipsTile instance to split tiles as needed, as long as the tile width is >1.
However, I'm not sure which tile should be split. When the children method is called it returns four HipsTile. Should I iteratively split each of these four children until their width is greater than 1?
The text was updated successfully, but these errors were encountered:
@tboch - You mentioned in the Google docs:
However, I'm not sure which tile should be split. When the
children
method is called it returns fourHipsTile
. Should I iteratively split each of these four children until their width is greater than 1?The text was updated successfully, but these errors were encountered: