I have got the answer if I am using latest pod of Eureka which supports swift 4. https://github.com/xmartlabs/Eureka/issues/1355#issuecomment-353334726
But I am on branch swift 3.2
When I use the solution given in the above link
class MyPushViewController: SelectorViewController<SelectorRow<PushSelectorCell<String>>> {
override var preferredStatusBarStyle: UIStatusBarStyle {
return .lightContent
}
}
I get error "Generic type 'SelectorRow' specialized with too few type parameters (got 1, but expected 2)"