程序名称:LTPopButton
授权协议: MIT
操作系统: iOS
开发语言: Objective-C
LTPopButton 通过 Facebook Pop 实现的动态按钮。有增加、减少、关闭、菜单、返回、下一步等多种按钮。
使用方法:
LTPopButton *button = [[LTPopButton alloc]initWithFrame:CGRectMake(100, 100, 36, 30)]; [self.view addSubview:button]; [button animatetoType:menuType]; // there are varIoUs types, see examples
https://github.com/ltebean/LTPopButton