issues Search Results · repo:podkovyrin/APNumberPad language:Objective-C
Filter by
22 results
(77 ms)22 results
inpodkovyrin/APNumberPad (press backspace or delete to remove)This is more informational than an issue. I hope some find it useful.
Thank you for this project. I was able to use it to replace a solution in a couple of 10-year-old apps whose keypads
failed after ...
- ghr1234
- Opened on Dec 26, 2023
- #39
- (void)numberPad:(APNumberPad *)numberPad functionButtonAction:(UIButton *)functionButton textInput:(UIResponder
UITextInput *)textInput {
}
this method is not calling in swift
private func numberPad(_ ...
- nagurbee
- 1
- Opened on Jun 16, 2023
- #38
[numberPad.leftFunctionButton setBackgroundColor:[UIColor whiteColor]];
i am using above line but it is not set
- nagurbee
- 1
- Opened on May 23, 2023
- #37
If APNumberPad is installed using CocoaPods, the workspace doesn t build with Xcode 14 beta (no problems with
Xcode 13.4).
To reproduce, create an empty project with a Podfile:
target APNumberPadTest ...
- atarasenko
- 1
- Opened on Jun 17, 2022
- #35
Getting the following build error (Swift Package Manager):
target APNumberPad has invalid header layout: umbrella header found at
~/Library/Developer/Xcode/DerivedData/collectors-cxrmmuolpcbfkpdnxggydzzxsvnh/SourcePackages/checkouts/APNumberPad/APNumberPad/APNumberPad.h ...
- ethanwa
- 4
- Opened on Mar 4, 2021
- #33
I have the following code in a standard UIViewController class. I m setting the APNumberPadDelegate to the class, and
setting the delegate on the numberPad to self.
The keyboard appears fine and has the ...
- ethanwa
- 3
- Opened on Nov 18, 2020
- #32
Looking for a numbers-only iPad keyboard with an additional letter (in my case X for ISBN numbers).
- ethanwa
- 2
- Opened on Nov 18, 2020
- #31
Right now, the keyboard is taking on a lot of the logic of how the control should respond to a keypress. This isn t
really the job of the keyboard - instead I think the keyboard should require conformance ...
- zackdotcomputer
- 2
- Opened on Jul 13, 2020
- #27
Many people will be moving away from CocoaPods and Carthage and using Swift Package Manager (Dependencies). Can you
please add support? Thank you!
- ethanwa
- 8
- Opened on Sep 14, 2019
- #25
`class DecimalNumberPad: APNumberPad {
convenience init() {
self.init(delegate: DecimalNumberPadDelegate())
leftFunctionButton.setTitle( . , for: .normal)
}
}`
`class DecimalNumberPadDelegate: ...
- cukingpro
- 2
- Opened on Jul 5, 2019
- #24
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.