The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Carousel"
m (fix links) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
__NOTOC__ |
__NOTOC__ |
||
== Summary == |
== Summary == |
||
− | Carousel is essentially watchOS's graphical user interface (much the same as GNOME is to Linux, Explorer is to Microsoft Windows, and Finder is to |
+ | Carousel is essentially watchOS's graphical user interface (much the same as [[wikipedia:GNOME|GNOME]] is to [[wikipedia:Linux|Linux]], [[wikipedia:File Explorer|Explorer]] is to [[wikipedia:Microsoft Windows|Microsoft Windows]], and [[wikipedia:Finder (software)|Finder]] is to [[wikipedia:macOS|macOS]]) and manages graphical services such as icons and multitasking. When it is launched, it registers PurpleSystemEventPort, essentially making it the main application. |
− | Perhaps you already know about SpringBoard on iOS, Carousel is the equivalent to it for watchOS devices. |
+ | Perhaps you already know about [[SpringBoard]] on [[iOS]], Carousel is the equivalent to it for [[watchOS]] devices. |
=== Primary Functions=== |
=== Primary Functions=== |
||
− | * Carousel acts |
+ | * Carousel acts as stacking window manager, rendering child applications |
− | * Carousel activates |
+ | * Carousel activates, deactivates and manages memory of the UIKit applications it launches |
Latest revision as of 18:26, 27 November 2019
Summary
Carousel is essentially watchOS's graphical user interface (much the same as GNOME is to Linux, Explorer is to Microsoft Windows, and Finder is to macOS) and manages graphical services such as icons and multitasking. When it is launched, it registers PurpleSystemEventPort, essentially making it the main application. Perhaps you already know about SpringBoard on iOS, Carousel is the equivalent to it for watchOS devices.
Primary Functions
- Carousel acts as stacking window manager, rendering child applications
- Carousel activates, deactivates and manages memory of the UIKit applications it launches