提审问题修复
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// HomeVoiceVC.swift
|
||||
// yinmeng-ios
|
||||
//
|
||||
// Created by MaiMang on 2024/2/25.
|
||||
// Created by yinmeng on 2024/2/25.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
@@ -20,7 +20,7 @@ class HomeVoiceVC: BaseViewController,HiddenNavigationBarProtocol {
|
||||
if (UserDefaults.standard.value(forKey:"kIsShowGuide") != nil){return}
|
||||
UserDefaults.standard.setValue("yes", forKey: "kIsShowGuide")
|
||||
let guideVeiw = HomeVoiceGuideView.init(frame: CGRect(x: 0, y: 0, width: ScreenWidth, height: ScreenHeight))
|
||||
UIApplication.shared.keyWindow?.addSubview(guideVeiw)
|
||||
keyWindow.addSubview(guideVeiw)
|
||||
}
|
||||
@objc func userInfoBtnAction(){
|
||||
let userInfoView:HomeVoiceUserInfoView = HomeVoiceUserInfoView.init(frame: .zero)
|
||||
|
Reference in New Issue
Block a user