Skip to content

In swift APNumberpad delegate method is not calling #38

@nagurbee

Description

@nagurbee
  • (void)numberPad:(APNumberPad *)numberPad functionButtonAction:(UIButton *)functionButton textInput:(UIResponder *)textInput {

}

this method is not calling in swift

private func numberPad(_ numberPad: APNumberPad, functionButtonAction functionButton: UIButton, textInput: UIResponder & UITextInput) {
print(textInput)

    textInput.insertText("#")

}

am using above code in swift..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions