GuideViewManager

public class GuideViewManager

引导管理器

  • 是否应该显示指定key引导

    Declaration

    Swift

    public static func shouldShowGuide(for key: String, autoHide: Bool = true) -> Bool
  • 隐藏指定key引导

    Declaration

    Swift

    public static func hide(for key: String)
  • 重置指定key引导

    Declaration

    Swift

    public static func reset(for key: String)
  • 重置所有引导

    Declaration

    Swift

    public static func resetAll()