3
我有一個公共職能:無法轉換類型'String!'的值預期參數類型錯誤
public func lastActivityFor(userName: String) -> String { ... }
,後來我想稱其爲:
OneLastActivity.lastActivityFor("username")
但最後一行出現錯誤:
Cannot convert value of type 'String!' to expected argument type 'OneLastActivity'
爲什麼看起來如果我發送給那些函數String建議?(userName: String
)
任何想法如何解決它?如果你想要更多的代碼,只要問我一下。
哦,我找到答案,同時你)) 我用'OneLastActivity.sharedInstance.lastActivityFor(「用戶名」)' –
這是偉大的.. :) –
@DharmeshKheni先生回答這個相關問題,請,HTTP ://stackoverflow.com/questions/42733225/cannot-convert-the-value-of-type-string-to-expected-argument-type-string –