Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delegate is not set #37

Open
galblank opened this issue Apr 25, 2018 · 0 comments
Open

delegate is not set #37

galblank opened this issue Apr 25, 2018 · 0 comments

Comments

@galblank
Copy link

In your examples you never set the delegate - this won't work for table view
this is what's missing :

`class SelectionTableVC: CollapsibleTableSectionViewController {

override func viewDidLoad() {
    super.viewDidLoad()
    delegate = self
    // Do any additional setup after loading the view.
}

override func didReceiveMemoryWarning() {
    super.didReceiveMemoryWarning()
    // Dispose of any resources that can be recreated.
}

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant