KDropDownMultipleSelection 1.0.1

KDropDownMultipleSelection 1.0.1

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2014年12月

Unclaimed 维护。



  • kiran5232

下拉列表中的单选或多选

/<em>-------------------------选择-----------------------</em>

使用:[self showPopUpWithTitle:@"Select Country" withOption:arryList xy:CGPointMake(16, 150) size:CGSizeMake(287, 280) isMultiple:NO];

isMultiple =yes 表示多选;isMultiple =No 表示单选

/<em>-------------------------更改下拉列表的背景色----------------

[Dropobj SetBackGroundDropDwon_R:0.0 G:108.0 B:194.0 alpha:0.70];

/<em>-------------------------代理方法----------------

对单选获取值

  • (void)DropDownListView:(DropDownListView *)dropdownListView didSelectedIndex:(NSInteger)anIndex{

    }

    对多选获取值

  • (void)DropDownListView:(DropDownListView )dropdownListView Datalist:(NSMutableArray)ArryData{ }