1. 首页
  2. 考试认证
  3. 其它
  4. QXActionSheet 类似淘宝app的选择商品SKU切换效果

QXActionSheet 类似淘宝app的选择商品SKU切换效果

上传者: 2024-10-09 04:27:18上传 ZIP文件 1000.66KB 热度 2次
QXActionSheet类似淘宝app的选择商品SKU切换效果QXActionSheet只负责制作切换效果动画,sheet上面的内容请自定义addSubView到contentView上演示效果: init self.as = [[QXActionSheet alloc] initWithHeight:420 isNeedPerspective:YES]; self.as.delegate = self; [self.view addSubview:self.as]; addSubView [self.as.contentView addSubview:showView]; delegate #pragma mark - QXActionSheetDelegate - (void)actionSheetWillClose:
用户评论