tencent cloud

Tencent Cloud Super App as a Service

Contrato
Contrato de segurança e processamento de dados
DocumentaçãoTencent Cloud Super App as a Service

Mini Program Loading Page

Modo Foco
Tamanho da Fonte
Última atualização: 2025-07-04 18:03:43
The mini program engine enables you to customize the loading page of the mini program in the superapp to replace the default loading page. This can be achieved by implementing the customLoadingViewWithAppInfo method in the TMFMiniAppSDKDelegate protocol. Here is an example:
- (UIView *)customLoadingViewWithAppInfo:(TMFMiniAppInfo *)appInfo frame:(CGRect)frame {
UIView *view = [[UIView alloc] initWithFrame:frame];
// Set up the specific view content here

return view;
}



Ajuda e Suporte

Esta página foi útil?

comentários