中国开发网: 论坛: iCosta: 贴子 634689
jasonlin03: 是啊,我也觉得太纳闷了
我这用的都是很简单的用法啊

searchField = [[UIMapSearchField alloc] initWithFrame:CGRectMake(5.0f, ([UINavigationBar defaultSize].height - [UISearchField defaultHeight]) / 2., frame.size.width - 10., [UISearchField defaultHeight])];
[searchField setDisplayEnabled:YES];
[searchField setFont:font];
[searchField setClearButtonStyle:2];
[searchField setPaddingLeft:8.0f];
[searchField setPaddingTop:6.0f];
[[searchField textTraits] setReturnKeyType:6];
[[searchField textTraits] setEditingDelegate:self];

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录