欢迎光临
我们一直在努力

带小数点的键盘

建站超值云服务器,限时71元/月

带小数点的键盘

项目介绍:

UITextField *myText=[[UITextField alloc]initWithFrame:CGRectMake((self.view.frame.size.width-200)/2, 100, 200, 40)];myText.delegate=self;myText.placeholder=@"带小数点的键盘";myText.clearButtonMode=UITextFieldViewModeWhileEditing;myText.textAlignment=NSTextAlignmentLeft;myText.layer.borderColor=[UIColor grayColor].CGColor;myText.layer.borderWidth=1;myText.layer.masksToBounds=YES;myText.layer.cornerRadius=4;[self.view addSubview:myText];    RYNumberKeyboard *tNumberKb = [[RYNumberKeyboard alloc] init];tNumberKb.textFiled = myText;    myText.inputView = tNumberKb;

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 带小数点的键盘
分享到: 更多 (0)