Closed angelen10 closed 6 years ago
Because you added a UIButton
on contentView
.
UniqueCustomTableViewProvider.tap
just is a tableView selected cell event.
The loginProvider
just added a UILabel
on contentView
not UIButton
.
@DianQK Thanks a lot 😁
I write the code in
viewDidLoad
function at my viewController:And
WNFlixAddButtonProvider
is just based onUniqueCustomTableViewProvider
:When I run the project, the UI look's perfect, but when I tap the
addButton
, it's not working.I find some code at: Flix/Example/Example/LoginViewController.swift, the tap action works:
Some code I miss?