1. What iOS user interface component is commonly used to display a collection of items in a vertically scrollable list?
Explanation: UITableView is commonly used to display data in a scrollable list format, such as a list of items in an app.
Report for correction2. Which iOS user interface component allows users to select items from a predefined list using a dropdown-like interface?
Explanation: UIPickerView provides a selection interface with spinning components, making it suitable for choosing items from a list.
Report for correction3. What iOS component is used for displaying a single image or a sequence of images in an app's user interface?
Explanation: UIImageView is used for displaying images in an iOS app's interface.
Report for correction4. Which iOS user interface element allows users to input text or make selections from a list of options?
Explanation: UITextField is used for text input or selection from a list.
Report for correction5. What iOS component is often used for navigating between different sections or views within an app?
Explanation: UINavigationBar is commonly used for navigation purposes in iOS apps.
Report for correction6. What iOS user interface component is commonly used to display a list of items that can be selected, typically shown as radio buttons or checkboxes?
Explanation: UISegmentedControl allows users to select a single option from a set of mutually exclusive choices.
Report for correction7. Which iOS user interface element is used for displaying a date and allowing users to select a date from a calendar-style interface?
Explanation: UIDatePicker provides a date selection interface for users to choose a date.
Report for correction8. What iOS user interface component is used for displaying a message or information and does not accept user input?
Explanation: UILabel is a read-only component used for displaying text or information.
Report for correction9. Which iOS user interface element is used for inputting and editing multi-line text?
Explanation: UITextView is designed for entering and editing longer text that may span multiple lines.
Report for correction10. What iOS component is used for displaying an animated activity indicator to indicate that a task is in progress?
Explanation: UIActivityIndicatorView is used to show an activity indicator to indicate ongoing activity.
Report for correction11. Which iOS user interface element is used for selecting a value from a range by dragging a thumb along a horizontal or vertical track?
Explanation: UISlider allows users to select a value within a specified range by sliding a thumb.
Report for correction12. What iOS user interface component is used for displaying a collection of items in a horizontally scrollable list?
Explanation: UICollectionView is commonly used for displaying items in a horizontally scrollable format.
Report for correction13. Which iOS user interface element is used to group related controls together?
Explanation: UIStackView is used to group and layout related controls.
Report for correction14. What iOS component is used for showing images and text in a card-like format, typically used for presenting information or actions?
Explanation: UITableViewCell is used for displaying content in a structured format, often used in table views.
Report for correction15. Which iOS user interface element allows users to navigate between different sections or views of an app, often located at the bottom of the screen?
Explanation: UITabBar is used for app navigation, providing access to different sections or views.
Report for correction16. What iOS user interface component is used for displaying an image that can be tapped to perform an action?
Explanation: UIButton is used to trigger actions when tapped, often with an associated image or text.
Report for correction17. Which iOS user interface element is used for selecting an option from a set of choices and is often represented as an on/off switch?
Explanation: UISwitch is used for binary choices, such as on/off or enabled/disabled.
Report for correction18. What iOS component is used for displaying a collection of items in a horizontally scrollable format, often used for image galleries or media content?
Explanation: UICollectionView allows for the display of items in a horizontally scrollable grid.
Report for correction19. Which iOS user interface element is used for entering a single line of text?
Explanation: UITextField is used for single-line text input.
Report for correction20. What iOS user interface component is used for displaying a set of pages or content, often used for onboarding or walkthroughs?
Explanation: UIScrollView is used for displaying a set of pages or content that can be scrolled horizontally or vertically.
Report for correction21. Which iOS user interface element allows users to choose a single item from a predefined list and is often shown as a dropdown?
Explanation: UIPickerView allows users to select a single option from a list in a dropdown-like format.
Report for correction22. What iOS component is used for displaying a single line of text and can be customized to handle different input types?
Explanation: UITextField is used for single-line text input and can be customized for various input types.
Report for correction23. Which iOS user interface element is used for navigation within a hierarchical app structure, often displaying a title and back button?
Explanation: UINavigationBar is commonly used for hierarchical navigation within an app.
Report for correction24. What iOS user interface component is used for displaying a progress or status indicator while performing background tasks?
Explanation: UIActivityIndicatorView is used to indicate ongoing activity, such as loading or processing.
Report for correction25. Which iOS user interface element is used for displaying a set of pages or content, often with dot indicators for navigation?
Explanation: UIPageControl is often used in conjunction with UIScrollView to provide navigation between pages or content.
Report for correction26. Which iOS user interface component is commonly used for displaying a collection of items with custom layouts, often used for photo galleries or grids?
Explanation: UICollectionView is versatile and allows for custom layouts, making it suitable for various grid-based displays.
Report for correction27. What iOS component is used for displaying a short piece of text or a single value that can be updated dynamically?
Explanation: UILabel is used for displaying static or dynamically updated text.
Report for correction28. Which iOS user interface element is commonly used for selecting a time or date and is often represented as a clock-like interface?
Explanation: UIDatePicker provides a clock-like interface for time and date selection.
Report for correction29. What iOS user interface component is used for displaying a collection of items in a list, typically with a single selection, and can display images and text?
Explanation: UITableView is often used for displaying a list of items with images and text.
Report for correction30. Which iOS user interface element is used for capturing and displaying text input, often used for longer passages of text?
Explanation: UITextView is used for capturing and displaying longer text input.
Report for correction31. What iOS component is used for displaying a visual element that users can interact with to trigger actions?
Explanation: UIImageView is often used for interactive elements with images.
Report for correction32. Which iOS user interface element is used for controlling the display of on/off or true/false states?
Explanation: UISwitch is used for binary on/off states.
Report for correction33. What iOS user interface component is commonly used for grouping related controls together and provides a flexible layout?
Explanation: UIStackView is used for grouping and laying out related controls.
Report for correction34. Which iOS component is used for capturing and displaying multi-line text input in a user-friendly manner?
Explanation: UITextView is suitable for multi-line text input and display.
Report for correction35. What iOS user interface element is used for displaying a collection of pages, often used for content that can be swiped horizontally?
Explanation: UIScrollView is used for displaying collections of pages that can be swiped horizontally or vertically.
Report for correction