Giter Site home page Giter Site logo

Comments (4)

antonigiske avatar antonigiske commented on August 21, 2024

@PanosSakkos You have to add an observer for the notification. The documentation is a little misguiding and providing wrong name.

You can put this in your first root controller's viewDidLoad.
NSNotificationCenter.defaultCenter().addObserver(self, selector: #selector(logoutApp(_:)), name: "passcode.lock.incorrect.passcode.notification", object: nil)

Then you have to implement the logoutApp function. This is just an example.

func logoutApp(notification: NSNotification) {

        // Destroy sensitive stuff.

        let delegate = UIApplication.sharedApplication().delegate as! AppDelegate

        self.presentedViewController?.dismissViewControllerAnimated(false, completion: {
            delegate.passcodeLockPresenter.dismissPasscodeLock(animated: true)
        })
}

from swiftpasscodelock.

le4ker avatar le4ker commented on August 21, 2024

@antonigiske thanks for the reply!

For some reason the dismissPasscodeLock method is private in my PasscodeLockPresenter.
I checked the repo here and the source code is different, with this method offered as public.

I did a carthage update but I still don't have the latest source code

Any ideas?

Thanks!
:panos

from swiftpasscodelock.

antonigiske avatar antonigiske commented on August 21, 2024

@PanosSakkos I don't know. I used CocoaPods, and its public with me.

from swiftpasscodelock.

le4ker avatar le4ker commented on August 21, 2024

Got it from CocoaPods and it worked, thanks! 👍

from swiftpasscodelock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.