答案 0 :(得分:0)
首先看到这个png图标,就像你有问题一样。
https://drive.google.com/open?id=0B5inJw5CxPH0Ul85Rl9LT3YyVnc 使用名称downbutton在项目中添加此图像。
然后,
UIImage *buttonimage = [UIImage imageNamed:@"downbutton"];
UIButton *button = [[UIButton alloc]init];
[button setImage:buttonimage forState:UIControlStateNormal];
答案 1 :(得分:-1)
设置按钮背景图像。你的问题将得到解决:
.one-form input::-webkit-input-placeholder,
.two-form input::-webkit-input-placeholder,
.three-form input::-webkit-input-placeholder
{
color: #d6d6d6;
}
此代码将帮助您