Overriding GroupViewController for UIKit

I have a custom View Controller for Sendbird Chat that will work with custom message objects (Polls). The problem is though that my current project implemented through UIKit. Is there a way to apply that custom view controller to the UIKit GroupView Controller so that I can still use the initialization processes of the UIKit controller but still access the contents of the custom VC?