Button
This commit is contained in:
parent
4c6f0ad75f
commit
d1c7684303
|
@ -18,7 +18,6 @@ Slider | UISlider | `.introspectSlider()`
|
|||
|
||||
SwiftUI | UIKit
|
||||
--- | ---
|
||||
Button | UIButton
|
||||
ScrollView | UIScrollView
|
||||
TabbedView | UITabBarController
|
||||
Stepper | UIStepper
|
||||
|
@ -30,4 +29,5 @@ SwiftUI | Why
|
|||
--- | ---
|
||||
Text | Not a UILabel
|
||||
Image | Not a UIImageView
|
||||
SegmentedControl | Not a UISegmentedControl
|
||||
SegmentedControl | Not a UISegmentedControl
|
||||
Button | Not a UIButton
|
Loading…
Reference in New Issue