iPhone实现下拉框示例代码
ios5应用实现下拉列表 dropDownList=[[DropDownList alloc]initWithFrame:CGRectMake(20, 20, 80, 30)]; NSArray *comboBoxDatasource = [[NSArray alloc] initWithObjects:@"one", @"two", @"three", @"four", @"five", @"six", @"seven", @"eight", nil]; dropDownList.list=comboBoxDatasource; [self.view addSubvi
文件列表
Dropdownlist.zip
(预估有个18文件)
Dropdownlist
Dropdownlist
DropDownList.h
1KB
BIDAppDelegate.m
2KB
BIDViewController.h
286B
Dropdownlist-Prefix.pch
327B
en.lproj
BIDViewController.xib
5KB
InfoPlist.strings
45B
DropDownList.m
4KB
用户评论