TimOliver / TOPasscodeViewController

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

Making library usable in extension targets #7

Closed Austinate closed 6 years ago

Austinate commented 6 years ago

Hi, this PR removes usage of UIApplication`s sharedApplication method to make library usable in extensions targets. (described in #5)

I've run tests and did manual testing for all this cases so nothing should be broken:

Austinate commented 6 years ago

hm, looks like Travis fail is not actually related to PR changes :(

TimOliver commented 6 years ago

Sorry for the delay! Yeah, I think Travis was complaining because of a wrong Xcode version.

Thanks for that! That looks good! :)