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
Note that I have commented out the delegate method and the app works the same as before.
Could you please explain a bit what this method actually does? It's never used in the app and I am having some difficulty understanding it. It's creating a new Region object with an overridden method layoutChildren, but what's the purpose?
The text was updated successfully, but these errors were encountered:
Here is some code from the reversi app:
Note that I have commented out the
delegate
method and the app works the same as before.Could you please explain a bit what this method actually does? It's never used in the app and I am having some difficulty understanding it. It's creating a new
Region
object with an overridden methodlayoutChildren
, but what's the purpose?The text was updated successfully, but these errors were encountered: