awkward / beam

Beam: the open source Reddit client for iOS
https://beamreddit.com
GNU General Public License v2.0
269 stars 37 forks source link

Fix all beam warnings #27

Closed robinspeijer closed 4 years ago

robinspeijer commented 4 years ago

There's just one remaining warning in Xcode 11.3, about adding a notification observer for DynamicDisplayModeView. The method to be called is in a protocol extension, so might not be exposed to the ObjC runtime. We should fix this by implementing iOS 13 dark mode.