I am using APNumberPad github for adding custom keyboard fornumeric keyboard but it is not setting background colour for leftfunctionbutton

_textField.inputView = ({

APNumberPad *numberPad = [APNumberPad numberPadWithDelegate:self];

[numberPad.leftFunctionButton setTitle:@"Next" forState:UIControlStateNormal];

numberPad.leftFunctionButton.titleLabel.adjustsFontSizeToFitWidth = YES;

numberPad.leftFunctionButton.backgroundColor = [UIColor whiteColor];

numberPad.leftFunctionButton.tintColor = [UIColor whiteColor];

numberPad;

});


am using above lines for setting background colour but it is not setting.


I need marked buttons colour also in white colour.

Posted on May 23, 2023 10:33 AM

Reply
1 reply

I am using APNumberPad github for adding custom keyboard fornumeric keyboard but it is not setting background colour for leftfunctionbutton

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.