add the old snippet md files
This commit is contained in:
parent
fc0dd204c7
commit
bcf8313a4b
110 changed files with 3048 additions and 0 deletions
16
old_snippets/ios-xcode-simulator-dark-mode.en.md
Normal file
16
old_snippets/ios-xcode-simulator-dark-mode.en.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue