Skip to main content

Boolean Properties

Boolean properties in Purge TSS are those that can only have two values: true or false. These properties are fundamental for controlling the behavior and appearance of elements in your application.

This section contains over 200 boolean properties organized into several key categories:

Accessibility

Properties like accessibilityEnabled, accessibilityHidden that control how your app interacts with accessibility features.

User Interface Controls

  • Navigation: navBarHidden, tabBarHidden, showSearchBarInNavBar
  • Interaction: touchEnabled, scrollable, swipeable
  • Display: visible, animated, fullscreen

Media and Content

  • Playback: autoplay, looping, showControls
  • Images: imageIsMask, preventDefaultImage
  • Video: allowsAirPlay, pictureInPictureEnabled

Security and Permissions

  • Authentication: authenticationRequired, secure
  • File Access: allowFileAccess, allowTranscoding
  • Location: locationServicesEnabled, trackSignificantLocationChange

Editing and Selection

  • Edit Mode: editable, allowEditing, requiresEditingToMove
  • Selection: allowsSelection, multipleSelection, selectionOpens