zoukankan      html  css  js  c++  java
  • swift selector写法

      #selector(xiuGaiNote(_:))

     

        @objc func xiuGaiNote(_ note:Notification) -> Void {

            let dic = note.userInfo

            indexPath = dic!["indexPath"] as! IndexPath

            xiuGai()

            

        }

  • 相关阅读:
    iOS数据持久化的方式
    Runtime
    <02>
    <01>
    <02>
    UIActivityIndicatorView
    <01>数据存储
    UI<10>
    UI<09>
    UI<08>
  • 原文地址:https://www.cnblogs.com/dengchaojie/p/8066943.html
Copyright © 2011-2022 走看看