如何使用Pixate完全设计UISearchbar样式?

时间:2014-01-30 14:30:10

标签: ios pixate

Pixate似乎无法为UISearchBar的UITextField设置样式。无论我选择text-field的广泛程度如何,都不会对文本,角半径等进行样式设置。

此外,只要我尝试使用Pixate设置样式(例如,给它背景颜色),UISearchBar的顶部和底部就会出现恼人的黑色发际线。 此外,取消按钮标签突然有白色文字,我发现无法将其覆盖为任何其他颜色。

所以问题是:我错过了什么或者Pixate实际上不支持这个(还)吗?

我希望它看起来像:

What I want it to look like

使用Pixate看起来像什么。

What it looks like using Pixate

样式表:

table-view {
  separator-style: single-line;
  separator-color: #eeeeee;
  background-color: #eeeeee;
}

table-view-cell {
  background-color: white;
}

search-bar {
  background-color: #eeeeee;
}

1 个答案:

答案 0 :(得分:0)

像对待普通的CSS选择器一样对待它。

search-bar button {
    color: white;
}