close

當在Closure要使用另外一個Closure時

需加上@escaping

 

func asyncTask(completion: @escaping(_ isSuccess: Bool) -> ()) {

        completion(true)

        RequestManager_pbn10.shared.getExploreThemeByModuleKey_pbn10(moduleKey: moduleKey, isFirstPage: true, callback: { (isSuccess: Bool, expTheme: ExploreThemeObject_pbn10?) -> Void in

            completion(true)

        })

    }

arrow
arrow
    全站熱搜

    蔥哥 發表在 痞客邦 留言(0) 人氣()