Git Product home page Git Product logo

jcdialpad's People

Contributors

abury avatar andreacremaschi avatar chocochipset avatar djbe avatar italypaleale avatar jconst avatar leonatan avatar sdrew avatar vladzz avatar wolffan 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

jcdialpad's Issues

NBAsYouTypeFormatter.h

Cocoapods does not work on my mac, so add those files manually, but I can't find this file, Can you add this file? Thank you very much!

error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/EhsanUlHaq/Library/Developer/Xcode/DerivedData/JCDialPadDemo-evtyshmfocntfvelcuqhvpsmeccz/Build/Intermediates/JCDialPadDemo.build/Debug-iphonesimulator/JCDialPadDemo.build/Script-8AA3BADFC8B54D8790496D3E.sh
cd "/Users/EhsanUlHaq/Desktop/SuperTech Final Projects/MIK Dialer Project/JCDialPad-master/JCDialPadDemo"
/bin/sh -c /Users/EhsanUlHaq/Library/Developer/Xcode/DerivedData/JCDialPadDemo-evtyshmfocntfvelcuqhvpsmeccz/Build/Intermediates/JCDialPadDemo.build/Debug-iphonesimulator/JCDialPadDemo.build/Script-8AA3BADFC8B54D8790496D3E.sh

diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

where is the missing files

how i can use these or install it. is there any docu

thanks

Apple Rejected my app

Apple rejected my app because of : "Apps that appear confusingly similar to an existing Apple product, interface, or advertising theme will be rejected" :(

Zero Button issue

When Long Press Zero button so zero not change into "+ "in text field

Crashed on iPhone5s & iPhone6

No any issue on iPhone 4 / iPhone5C /iPhone6 Plus, but on iPhone5s & iPhone6 when your click the digital button, then the app will be crash.

Swift migration not working

Created a JCDialPad class as following:

public class JCDialPad : UIView {

    public var mainColor: UIColor!

    public var rawText: String!
    public var formatTextToPhoneNumber: Bool

    public var backgroundView: UIView!
    public var showDeleteButton: Bool

    public var buttons: [AnyObject]!
    public var deleteButton: UIButton!
    public var digitsTextField: UITextField!

    weak public var delegate: JCDialPadDelegate!

    /**
     Standard cell phone buttons: 0-9, # and * buttons
     */
    public class func defaultButtons() -> [AnyObject]!

    public init!(frame: CGRect, buttons: [AnyObject]!)
}

After which I'm adding the following code in the ViewController.swift

func setupDialPad() {
        var dialPad: JCDialPad
        dialPad = dialPad.dynamicType.init(frame: self.view.frame, buttons: JCDialPad.defaultButtons())
        self.view.addSubview(dialPad)

}

This throws a error:
ViewController.swift:31:19: Variable 'dialPad' used before being initialized

Please let me know how can I fix this.

The UIAppearance doesn't work

I use the code : [[JCPadButton appearance] setBorderColor:[UIColor blueColor]]; to change the button appearance, but nothing happens!

It isn't up to date in Cocoapod trunk

Hi there, thanks for implementing useful features. It saves lots of my time.

But, I'm wonder you've forgot to push latest version into Cocoapod trunk.

I'm just letting you know, if it isn't ready then never mind. Thanks anyway.

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.