Hello,
I'm attempting to hide the "Contact us" button that is displayed when viewing an article using articleUiConfig.showContactOptions, but setting this to false does not seem to be working in iOS. It is currently being disabled as expected when listing all articles, or a section of articles, however, not for viewing a specific article.
Here's the code:

This code results in the Contact us button still appearing in the top right corner.

Has anyone else encountered this with the iOS SDK?
Thanks,
Scott
I'm pretty sure that you want to use `articleUiConfig.hideContactSupport = true` here.
Relevant documentation
Hope this helps!