TimOliver / TOStatusBarSimulator

Replaces the iOS system status bar with a configurable mockup for the purpose of marketing screenshots.
MIT License
198 stars 6 forks source link

Support iPhone X #4

Closed TimOliver closed 7 years ago

TimOliver commented 7 years ago

Just did some very basic research. Turns out the status bar in the iPhone X is still a standard view, but it's now called UIStatusBar_Modern instead of UIStatusBar. A separate view will need to be created for that. Because of the different name, this library completely ignores the status bar on the iPhone X for now.

I expected it to be two separate views, but apparently it's just one view that runs under the notch and everything. XD

TimOliver commented 7 years ago

Added in version 0.2.0. :D