Cannot convert value of type [AnyObject]! to expected argument type.
ビューコントローラーにペン先をロードしようとしているのはなぜですか。
func loadNibNamed(name: String!, owner: AnyObject!, options: [NSObject : AnyObject]!) -> [View1]!{
NSBundle.mainBundle(loadNibNamed("View1", owner: self, options: nil)).lastObject
}