AUI Framework
develop
Cross-platform base for C++ UI apps
|
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.
iOS shares its XNU kernel and codebase with macOS (operating system).
\<internal_storage_path\>/__aui_appdata
. \<internal_storage_path\>/__aui_tmp
. UIReturnKeyDefault
. The title displayed in the action button is "Return". UIReturnKeyDone
. The title displayed in the action button is "Done". UIReturnKeyGo
. The title displayed in the action button is "Go". UIReturnKeyNext
. The title displayed in the action button is "Next". UIReturnKeySearch
. The title displayed in the action button is "Search". UIReturnKeySend
. The title displayed in the action button is "Send".