Swift view 中 獲取ViewController
///擴充套件中的方法
extension UIView {
var getCurrentVC: UIViewController? {
var next = superview
while (next != nil) {
let nextResponder = next?.next
if (nextResponder is UIViewController) {
return nextResponder as? UIViewController
}
next = next?.superview
}
return nil
}
}
相關文章
- 獲取view所在的ViewControllerViewController
- ios storyboard 獲取storyboard中的viewControlleriOSViewController
- swift 獲取控制器Swift
- swift 獲取通知設定Swift
- Laravel 5 路由獲取 與 view 多次傳參Laravel路由View
- Swift SB 容器 Container View使用SwiftAIView
- 聊聊ViewControllerViewController
- 直播小程式原始碼,Swift 獲取漸變色顏色值原始碼Swift
- 更好地使用 ViewControllerViewController
- Android日常學習:如何高效 & 正確地獲取View的座標位置?AndroidView
- 【Javascript】獲取選中的文字JavaScript
- JavaScript獲取選中checkbox valueJavaScript
- js中獲取鍵盤事件JS事件
- 在 JDBC 中獲取插入 IDJDBC
- python中獲取如何Series值Python
- 從session中獲取資料Session
- iOS ViewController Dealloc監聽iOSViewController
- viewController的生命週期ViewController
- RecyclerView快取機制(scrap view)View快取
- 從 falcon api 中獲取資料API
- Firefox 69 已可在 Fedora 中獲取Firefox
- 如何獲取 jenkins 中的憑證Jenkins
- spring mvc中獲取請求URLSpringMVC
- Java獲取Object中Value的方法JavaObject
- Rust中如何獲取最大字串?Rust字串
- Flutter 中的資料的獲取Flutter
- 判斷ViewController push、pop操作ViewController
- JavaScript 獲取選中checkbox核取方塊的值JavaScript
- Linux c程式中獲取shell指令碼輸出(如獲取system命令輸出)LinuxC程式指令碼
- swift 類似高德地圖和58同城上下滑動viewSwift地圖View
- Swift 檔案快取--DDGDataCache_Swift庫高階封裝用法Swift快取封裝
- Springboot 獲取jar包中的檔案Spring BootJAR
- 從Maven專案中獲取Jar包MavenJAR
- Java從List中獲取隨機元素Java隨機
- JavaScript獲取元素在文件中座標JavaScript
- JavaScript獲取滑鼠在文件中座標JavaScript
- gitlab cicd中獲取tag值的方式Gitlab
- net6 類中獲取服務