Why cam I getting the Cannot convert value of type [AnyObject]! to expected argument type.
I am trying to load a nib into a view controller.
func loadNibNamed(name: String!, owner: AnyObject!, options: [NSObject : AnyObject]!) -> [View1]!{
NSBundle.mainBundle(loadNibNamed("View1", owner: self, options: nil)).lastObject
}