Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 353 Bytes

TechPopList

pop chooselist to window ###show list

###Example Screenshot of  Example

TePopList *pop = [[TePopList alloc]initWithListDataSource:@[@"tag1",@"tag2",@"tag3",@"tag4",@"tag5"] withSelectedBlock:^(NSInteger select) {
NSLog( @"%li" ,(long)select);
selected = select;
}];
[pop show];
[pop selectIndex:selected];