Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 588 Bytes

File metadata and controls

7 lines (5 loc) · 588 Bytes

iBlueprint

Xojo iOS iBlueprint module, provides extentions to Xojo's build in classes and provides new classes.

iBlueprint.ExtendediOSApplication

  • Added: IsIdleTimerDisabled to set or get the IdleTimerDisabled state. This stops the screen from automaticly blank when a certain time has passed. Set to false to disable the itdle timer (it's recommended to reset it's state after it's not required anymore).
  • Added: IsNetworkActivityVisible to set or get the networkActivityIndicatorVisible state. This shows a progresswheel in the taskbar (top ios bar) if the taskbar is visible.