首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > iPhone 组合框

iPhone 组合框

  • 资源大小:45.58 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: Mobile objective-c iphone 组合

资 源 简 介

翻译 maninwest@Codeforge 作者:Dor Alon@CodeProject我正在进行一个项目,要求将有多个组合框的安卓应用移植到原生 iPhone 应用程序中,并要求保留移植应用的外观。但是 iOS 不包含组合框控件。我想出的办法是使用UITextField,它使用 UIPickerView 而不是键盘进行输入,类似于 Safari 的 HTML 选择字段的实现。实现我创建了一个UIViewController 子类,包含UITextField 和箭头图像,使其看上去像是一个组合框。用户触按 UITextField 时,会调用以下操作:- (IBAction)showPicker:(id)sender { pickerView = [[UIPickerView alloc] init]; pickerView.showsSelectionIndicator = YES; pickerView.dataSource = self; pickerView.delegate = self; UIToolbar* toolbar = [[UIToolbar alloc] init]; toolbar.barStyle = UIBarStyleBlackTranslucent; [toolbar sizeToFit]; //to make the done button aligned to the right UIBarButtonItem *flexibleSpaceLeft = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil]; UIBarButtonItem* doneBut

文 件 列 表

ComboBoxTest
.DS_Store
ComboBoxTest
ComboBoxTest.xcodeproj

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 猕猴桃 33分钟前 成为了本站会员

  • 11 3小时前 成为了本站会员

  • 开心快活人 6小时前 成为了本站会员

  • 晋财 7小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.166469s