GithubHelp home page GithubHelp logo

papasscode's People

Contributors

dhennessy avatar dylanhand avatar jarlehansen avatar mcicak avatar sumardi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

papasscode's Issues

Dark mode not supported?

PAPasscode looks fine on Light mode, but on Dark mode, labels are in white-text-color, while view background is light.

Expected: view background should be dark.

Input buttons for iPad

Can you add input buttons on iPad rather than using the default keyboard? Similar to how the native lockscreen works.

Here is an image of what I mean: image

After calling PAPasscode, Cursor in all text fields are invisible?

I am pulling the library through cocoapods.

Every time I give focus to some UITextfield after PAPasscode is closed, the cursor disappears..

This is happening on iOS8

PAPasscode itself appears to work properly and I copied the way you've instantiated it in your demo.

Cosmetic error when launching iPad in Landscape orientation

When I launch an app using implemented PAPasscode with the iPad simulator or actual device in landscape orientation, when the passcode view is presented, it is clipped at the top. See image. I am initiating the PAPasscodeViewController in a DetailViewController of a Master/Detail view example (using UISplitViewController).

image

iPad hide keyboard button, cannot enter passcode?

On an iPad, using the passcode viewcontroller without a cancel button. It is possible for the user to hide the keyboard. However, I seem to be unable to show the keyboard again.

  1. Is it possible to avoid presenting the "hide keyboard" button at all?
  2. If not, how can the keyboard be shown again? I was able to create a workaround for this by listening to "UIKeyboardDidHideNotification", but there might be better solutions?

Thanks,
Jarle

Not secure enough

This control is not secure enough. When the iPhone is jailbroken, you could attach the debugger and dismiss the modalviewcontroller.

I am a xcode beginner

I put the code below in method viewDidLoad,
PAPasscodeViewController *passcodeViewController = [[PAPasscodeViewController alloc] initForAction:PasscodeActionEnter];
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
passcodeViewController.backgroundView = [[UITableView alloc] initWithFrame:[UIScreen mainScreen].bounds style:UITableViewStyleGrouped];
}
passcodeViewController.delegate = self;
passcodeViewController.passcode = @"0000";
passcodeViewController.alternativePasscode = @"9999";
passcodeViewController.simple = YES;
[self presentViewController:passcodeViewController animated:YES completion:nil];

But it did not popup for entering passcode. Where did I go wrong ?
Sorry, I am a beginner.

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.