I would like to make a property that is of a certain type and also conforms to a protocol, which I would have done in Objective-C like this:
@property (nonat
This is now possible using the built-in composition:
var children = [UIViewController & NavigationScrollable]()