TimOliver / TOPasscodeViewController

A modal passcode input and validation view controller for iOS
MIT License
387 stars 96 forks source link

Update for iOS 13 and Dark Mode #44

Open inPhilly opened 4 years ago

inPhilly commented 4 years ago


Hardware / Software

Which version of the library were you using? latest Which version of iOS are you running? iOS 13.4.1 What model of iOS device were you testing on? simulator If using CocoaPods, which version of CocoaPods are you on? n/a

Goals

A passcode protector that functions well and fits the latest iOS style

Expected Results

In iOS 13 Dark Mode, the Settings controller would be dark

Actual Results

In iOS 13 Dark Mode, the Settings controller is light

Steps to Reproduce

Run in Dark Mode in an iOS 13 app and access the Settings controller. Observe that it is light.

TimOliver commented 4 years ago

Great idea! It'd probably be a really easy matter of adding 'Automatic' choices to TOPasscodeViewStyle and then attaching the theme colouring to the iOS 13 APIs.

I plan to give this library some much needed TLC as soon as I can. I'll be sure to add this in then. :)