tencent cloud

更多

PDF
聚焦模式
字号
最后更新时间: 2025-07-04 18:03:44
定制更多按钮的事件监听,能够让 superapp 在单击更多按钮单击时监听到到对应 item 的回调事件。
更多按钮示意图:

API 说明:

// 点击胶囊按钮呼起的面板
// 如果此方法不实现,则会调用showActionSheetWithTitle:cancelButtonTitle:cancelAction:otherButtonTitleAndActions:dismissBlock:presentingViewController:
// @param app 小程序信息
// @param cancelButtonTitle 取消标题
// @param cancelAction 取消操作
// @param otherButtonTitleAndActions 其他按钮及响应操作
// @param dismissBlock 面板收起后需要执行的操作(一定要调用以保证功能正确!!!)
// @param parentVC 呼起面板的vc - calls up the vc of the panel

- (void)showMoreButtonActionSheetWithApp:(TMFMiniAppInfo *)app
cancelButtonTitle:(nullable NSString *)cancelButtonTitle
cancelAction:(nullable dispatch_block_t)cancelAction
otherButtonTitleAndActions:(nullable NSArray *)otherButtonTitleAndActions
dismissBlock:(nullable dispatch_block_t)dismissBlock
parentVC:(UIViewController *)parentVC;



帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈