Component - Data types (Int, Double, String, Bool)
This UI component shows four labels, each displaying a different basic data type in Swift: an integer, a double (decimal number), a string (text), and a boolean (true/false). It helps beginners see how these data types appear on screen.