Skip to content

Instantly share code, notes, and snippets.

View jugidev's full-sized avatar
🎯
Focusing

Julian Giesen jugidev

🎯
Focusing
View GitHub Profile
@jugidev
jugidev / hide-status-bar-in-iphone-simulator.md
Created July 18, 2022 08:58 — forked from remarkablemark/hide-status-bar-in-iphone-simulator.md
How to hide the status bar in the iPhone Simulator.

Hide status bar in iPhone Simulator

  1. Open Info.plist.
  2. Add row with key View controller-based status bar appearance and value NO if not present.
  3. Add row with key Status bar is initially hidden with value YES if not present.
  4. Save and run the project.

Source

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example