AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
iOS (operating system)

iOS is an operating system developed by Apple, designed for their mobile devices such as iPhone, iPad, and iPod touch. It provides a secure, user-friendly interface to manage apps, files, music, photos, and other content.

Warning
At the moment, support of iOS in AUI Framework is in early stage and lacks a lot of features.

iOS shares its XNU kernel and codebase with macOS (operating system).

Key considerations#

Member APath::APPDATA
Maps to \<internal_storage_path\>/__aui_appdata.
Member APath::TEMP
Maps to AUI-managed temporary directory: \<internal_storage_path\>/__aui_tmp.
Member AUI_ENTRY
Only the main thread is able to initialize graphics context.
Member DEFAULT
Corresponds to UIReturnKeyDefault. The title displayed in the action button is "Return".
Member DONE
Corresponds to UIReturnKeyDone. The title displayed in the action button is "Done".
Member GO
Corresponds to UIReturnKeyGo. The title displayed in the action button is "Go".
Member NEXT
Corresponds to UIReturnKeyNext. The title displayed in the action button is "Next".
Member SEARCH
Corresponds to UIReturnKeySearch. The title displayed in the action button is "Search".
Member SEND
Corresponds to UIReturnKeySend. The title displayed in the action button is "Send".