Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
40 stars 12 forks source link

Remove two deprecated status bar APIs #281

Closed crazytonyli closed 4 months ago

crazytonyli commented 4 months ago

Fixes https://github.com/Automattic/Automattic-Tracks-iOS/issues/273.

UIApplication.statusBarOrientation is deprecated. Plus, the existing code compares "interface orientation" with UIDeviceOrientation which may be problematic.

UIApplication.statusBarFrame is also deprecated. I don't imagine we'd care about "status bar" height nowadays. So I have changed the implementation to always return a 0 value.


crazytonyli commented 4 months ago

@mokagio Thanks for the testing!