16 lines
564 B
Markdown
16 lines
564 B
Markdown
---
|
|
title: "ios xcode simulator dark mode"
|
|
seo_description: "How to switch xcode simulator to dark mode"
|
|
date: 2022-05-02T14:16:56+02:00
|
|
draft: false
|
|
snippet_types:
|
|
- xcode
|
|
---
|
|
|
|
Recently I was testing an IOS app on my wifes phone. The UI was completly broken.
|
|
Turns out she had dark mode enabled. That led me down the path of adding dark mode support to the
|
|
app. Which is testable via the Xcode simulator if you know how to enable it.
|
|
|
|
**Command + Shift + A**: Toggles dark mode
|
|
|
|
source: https://www.kindacode.com/article/how-to-toggle-dark-mode-on-ios-simulator/
|