This is probably a dumb noob question, but I'm getting an unrecognized selector when calling from Swift.
myScrollView?.floatingHeader = headerView.
Also tried explicitly getting the selector: myScrollView.perform(#selector(setter: UIScrollView.floatingHeaderView), with: headerView). Same result. What am I doing wrong?