The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Carousel"
m (add links) |
|||
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:Windows-Explorer|Explorer]] is to [[wikipedia:Microsoft Windows|Microsoft Windows]], and [[wikipedia:Finder (Mac)|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 |
Revision as of 18:09, 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