tencent cloud

小程序加载 Loading 页

PDF
聚焦模式
字号
最后更新时间: 2025-07-04 18:03:43
我们的小程序引擎支持 superapp 重新定义小程序加载时的 loading 页面,来代替 SDK 内容默认的加载页,具体实现是通过实现 TMFMiniAppSDKDelegate 协议中的 customLoadingViewWithAppInfo,参考代码如下:
- (UIView *)customLoadingViewWithAppInfo:(TMFMiniAppInfo *)appInfo frame:(CGRect)frame {
UIView *view = [[UIView alloc] initWithFrame:frame];
//todo 设置具体的 view 相关内容

return view;
}



帮助和支持

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

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

文档反馈