如何根据按钮图像创建按钮形状

时间:2016-11-23 11:24:25

标签: objective-c uibutton

如何绘制图像中显示的形状按钮。提前谢谢

enter image description here

2 个答案:

答案 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;
}

此代码将帮助您