SFSwiftNotification
SFSwiftNotification copied to clipboard
Can't add it with tableView
Have an error : "myTableViewController" does not conform to protocol SFSwiftNotificationProtocol
Also in the init i have this error : "extra argument title in call", what i don't understand is that the sample exemple is working great.
Ok if i set the delegate as nil in the init method the error is gone
that solved my problem, thanks