我试图将一个变量传递给一个在选择器中调用的函数,但是我得到了错误‘参数#selector不引用@objc方法’--我应该如何将一个变量传递给选择器中的一个函数。 let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "compCell", for: in
//// Bordy// Created by Micheal Tyler on 9/22/17.//
import FirebaseDatabaseclass CommentViewController: UIViewController {
@IBOutlet weak var commentTextField: UITextF