Documentation
¶
Overview ¶
Package stack demonstrates a screen stack with data flowing in two directions:
Parent → child: via the constructor. cityList pushes newCityDetail(city).
Child → parent: via Pop(result). timezonePicker calls Pop(chosenTZ),
which lands in cityDetail.OnEnter(chosenTZ).
Each screen uses a different layout to show that the stack doesn't care what its children look like — it just hosts layout.Node trees.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.