×

一个模仿ios for HarmonyOS的弹窗提示库

消耗积分:0 | 格式:rar | 大小:0.63 MB | 2022-03-24

姚小熊27

分享资料个

  一个模仿ios for HarmonyOS的提醒库。

  用法

  /** *该项目为您提供了使用variuos提醒的下一个方法。*模块 svprogresshud 中类 SVProgressHUD 提供的方法 **/

  remote maven repo integration 在入口的 gradle 中添加以下代码:

  实现 ‘com.gitee.baijuncheng-open-source: Ohos-SVProgressHUD:1.0.0’

  public void show() {

  if(isShowing())return;

  setMaskType(SVProgressHUDMaskType.Black);

  mSharedView.show();

  svShow();

  }/*详细展示*/

  公共无效 showWithMaskType(SVProgressHUDMaskType maskType) {}

  公共无效showWithStatus(字符串){}

  公共无效showInfoWithStatus(字符串字符串,SVProgressHUDMaskType maskType){}

  公共无效showSuccessWithStatus(字符串字符串){}

  公共无效showErrorWithStatus(字符串字符串,SVProgressHUDMaskType maskType){}

  公共无效showWithProgress(字符串,SVProgressHUDMaskType maskType){}

  /** *由于提醒 UI 由 SVProgressDefaultView 类和 SVCircleProgressBar 类提供 **/

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !