项目作者: JB3991

项目描述 :
Basic Swift UI Controls
高级语言: Swift
项目地址: git://github.com/JB3991/Common-Controls.git
创建时间: 2021-01-17T11:08:05Z
项目社区:https://github.com/JB3991/Common-Controls

开源协议:

下载


Common-Controls

swift-version

Basic UIKit Controls and simple functions to help undetstand what each element does.

  • Button - When the button is pressed is prints the “Toggle is on or off”, Prints the Slider value and prints “The button was tapped” to the log
  • Toggle - Everytime the toggle is swithced, its prints “Toggle is on or off” to the console
  • Slider - Prints the value of the slider to the console every time the slider is moved
  • Text Field - Print the text in the text field to the console also, to do the same when the return key is pressed on the Keyboard
  • Tap Gesture - Prints the tap location to the console

Screenshot 2021-02-14 at 17 45 59

Created by JB