Can't connect IBOutlet

Hi community,

does anyone know why my variable isn’t showing up? I can’t connect my table var to the Table ://

class ViewController: UIViewController {
    
    @IBOutlet var table: UITableView!


This was the silliest mistake :laughing:

For the newbies like me who might come across this problem, you have to look at the identity sector and choose the class.

Screenshot 2022-08-06 at 18.27.11