Today I've talked about the use of some controls
1. Label
Function: An interface view that displays textual information.
2. Button
Action: A control that can respond to a user's click action
3, TextField
Function: A single-line text box that receives input from the user's keyboard
Properties: Text
4. Segmented Control
5. Slider
Action: the slider control, which stores a variable value, can be modified by a button on the Quick slide control to modify the value behind it. is a quick way to get a value within a range of controls.
Properties: Value
Event: The ValueChanged event, which represents the value change, calls the appropriate method
6. Progress View
7. Switch
Function: Used to record the status of Yes or no
Property: On the value of type bool, if yes is present, the control shows a green block, if no, the control is grayed out, and the user can interactively finish modifying the on property in addition to using the code to control the state.
Event: ValueChanged event When the user changes the switch state through an interactive sliding action, the ValueChanged event is triggered
8. Activity Indicator View
9, Uistepper
10. Scroll View
Lan Yi Education Controls