Closed Ragazzetto closed 5 years ago
Hi Guys
I can't a way to scroll the detail view programmatically
I would like to manage that in this delegate
func cardDidShowDetailView(card: Card) { }
but I can't use something like this
card.detailView.scrollView.setContentOffset(bottomOffset, animated: true)
or something like this
card.scrollView.setContentOffset(bottomOffset, animated: true)
How can I do that ?
Thank you in advance
Vanni
Excuse me, everyone.
I was able to solve the problem by modifying the DetailViewController.swift according to my needs.
Thank you.
Hi Guys
I can't a way to scroll the detail view programmatically
I would like to manage that in this delegate
but I can't use something like this
card.detailView.scrollView.setContentOffset(bottomOffset, animated: true)
or something like this
card.scrollView.setContentOffset(bottomOffset, animated: true)
How can I do that ?
Thank you in advance
Vanni