SWUserCollectionViewCell
class SWUserCollectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var followButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var handleLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var profileImageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var liveNowView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var followingImageView: UIImageView!
-
Undocumented
Declaration
Swift
var user: SWUser!
-
Undocumented
Declaration
Swift
weak var delegate: SWUserCollectionViewCellDelegate!
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
func configureWith(user: SWUser)
-
Undocumented
Declaration
Swift
@IBAction func followButtonClicked(_ sender: UIButton)