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