Elements
Base views, pages, panels and native-view elements.
- Kind: Section
- Section: SkeleKit.iOS
Classes
| Class | Summary |
|---|---|
| ContentView | A full screen: compose its tree into ContentView.Content in the constructor. |
| ContentView<TViewModel> | A page bound to a typed ViewModel: bind with Bind(...). |
| ItemView<TItem> | The element tree for one item in a CollectionView. |
| Panel | Base for views that measure and arrange one or more children. |
| View | Base of every SkeleKit element: owns one lazily-created native view and takes part in the measure/arrange engine. |
| ViewCollection | The children of a Panel, raising a change callback so the panel can relayout. |