文件名称:LeveyPopListView:LeveyPopListView 是 UIActionSheet 的替代品
文件大小:65KB
文件格式:ZIP
更新时间:2024-07-23 07:48:09
Objective-C
那是什么? 当你的应用有这么多的选择时,LeveyPopListView 是 UIActionSheet 的替代品,希望它可以帮助别人:) 如何 创建并显示视图 LeveyPopListView *lplv = [[LeveyPopListView alloc] initWithTitle:@"Share Photo to..." options:_options]; lplv.delegate = self; [lplv showInView:self.window animated:YES]; [lplv release]; 获取委托方法 #pragma mark - LeveyPopListView delegates - (void)leveyPopListView:(LeveyPopListView *)popListView didSelectedIndex:(NSInt