更新时间:2021-01-26 10:27
目前,10.1.32 基线已经停止维护,若已有工程为 10.1.32 基线,请根据如下操作升级到 10.1.60 基线。
DTFrameworkInterface
的 - (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
中调用。DTFrameworkInterface
的 - (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
中调用 initNebulaWithCustomPresetApplistPath
。同时,需要将 afterDidFinishLaunchingWithOptions
替换为 beforeDidFinishLaunchingWithOptions
。DTFrameworkInterface
的 - (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions
中设置,否则会被容器默认配置覆盖。H5WebViewController
的子类。back
方法,需删除。返回按钮需监听 kNBEvent_Scene_NavigationItem_Left_Back_Create_Before
事件,修改默认导航栏样式。
在文档使用中是否遇到以下问题
更多建议
匿名提交