Controls
UIKit-backed controls and collection views.
- Kind: Section
- Section: SkeleKit.iOS
Classes
| Class | Summary |
|---|---|
| ActivityIndicator | An activity indicator spinner. |
| Button | A tappable button. |
| CollectionView<TItem, TSection> | A data-driven list, grid, or carousel whose groups carry their own section model. |
| CollectionView<TItem> | A data-driven list, grid, or carousel. |
| ColorWell | A swatch that opens the system color picker. |
| Control | Base for native control wrappers: measurement delegates to the control's own SizeThatFits. |
| DatePicker | A date and time picker. |
| Divider | A hairline separator view. |
| Image | Displays an image from a symbol, bundle asset, or URL. |
| Label | A text label. |
| MapView | Embeds an interactive map in the tree, backed by a UIKit map view. |
| NativeView | Escape hatch to embed any UIKit view in a SkeleKit tree. |
| PageControl | A row of dots marking the current page of a paging scroll or a carousel. |
| Picker<TItem> | A menu-style selection button wrapping UIButton + UIMenu. |
| ProgressBar | A progress bar. |
| SecureField | Secure-entry preset of TextField, masking input as it's typed. |
| SegmentedControl | A segmented control choosing one of a few options. |
| Slider | A continuous value picker. |
| Stepper | An increment/decrement control. |
| Switch | A binary on/off toggle. |
| TextEditor | A multi-line text input. |
| TextField | A single-line text input. |
| TextView | Read-only rich text that can be selected, with tappable Link runs. |
| WebView | Embeds live web content in the tree, backed by a UIKit web view. |