Giter Site home page Giter Site logo

Comments (9)

guidelfrate avatar guidelfrate commented on July 20, 2024

Same problem here! :/
Seems to be something related to the placeholders. I checked all connections and everything is fine.

from swiftpasscodelock.

gblotter avatar gblotter commented on July 20, 2024

I've been seeing similar weirdnesses and there actually is an open radar: https://openradar.appspot.com/23114017

from swiftpasscodelock.

guidelfrate avatar guidelfrate commented on July 20, 2024

@gblotter, really there is a problem with @IBInspectable and @IBDesignable. But I think I solved this copying PasscodeSignButton.swift and PasscodeSignPlaceholderView.swift to my project.

Now my XIB have correct buttons and placeholder, and I can change its properties in Interface Builder, but exactly how @kiokumicu said, I got the error when I tap on any number.

No errors are throw when I use the same XIB on Demo Project. What are we missing?

from swiftpasscodelock.

guidelfrate avatar guidelfrate commented on July 20, 2024

I found a temporary solution: using Carthage, I replaced the PasscodeLockView.xib found in /Carthage/Checkouts/SwiftPasscodeLock/PasscodeLock by my custom XIB. Then I compiled the framework again using carthage build. Remember to remove your custom XIB from your project, since it is embedded directly in the framework now.

As alternative, you can add a Run Script build phase that invokes Carthage like so:
/usr/local/bin/carthage build --platform "$PLATFORM_NAME" "$SRCROOT".

For now it works, but it should work as described out of box. I'm looking forward for a definitive solution. :)

from swiftpasscodelock.

velikanov avatar velikanov commented on July 20, 2024

have anybody a working example of extending the PasscodeLockView.xib?
I just don't understand what I need to do to make this happen

from swiftpasscodelock.

yankodimitrov avatar yankodimitrov commented on July 20, 2024

To use a custom design create a new nib file called PasscodeLockView.xib in your project. Then select the File's Owner and in the Identity Inspector set the class to PasscodeLockViewController and Module to PasscodeLock.

from swiftpasscodelock.

kiokumicu avatar kiokumicu commented on July 20, 2024

Now I have another error with custom PasscodeLockView.xib when tap on on any number
fatal error: NSArray element failed to match the Swift Array Element type
Install from cocoapods and add PasscodeSignButton.swift, PasscodeSignPlaceholderView.swift files to project

from swiftpasscodelock.

zcanter avatar zcanter commented on July 20, 2024

Love this library, but customization is still really hard to grasp. It is necessary because Apple will deny submitted apps that do not have a customized PasscodeLock. If you could provide a little more documentation on how to achieve customization that would be great. But, yeah GREAT library seriously.

from swiftpasscodelock.

zcanter avatar zcanter commented on July 20, 2024

Ended up solving all of this by using the Pod file installation over the Carthage method. Then just follow the directions as posted.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'PasscodeLock', '~> 1.0.2'

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.