vitaliy-paliy / Messenger

iOS - Real-time messaging app 🎨
Apache License 2.0
618 stars 87 forks source link

Problem with accept/reject friend request button #18

Closed AndrewLCR closed 3 years ago

AndrewLCR commented 3 years ago

In friend requests screen, both buttons appear next to name and email in the table view, but can't be clicked

n9lvc5 commented 3 years ago

I'm having the same issue. The syntax is correct. But it seems like the location of the call needs to be else where, possibly in the class of the UIViewController and not the UITableViewCell. Though I susspect it's something even simpler than that.