これが私のコードです:
let font = UIFont(name: "AvenirNext-Regular", size: 16.0)
let attributes: NSDictionary? = [ NSFontAttributeName : font! ]
self.segmentedControl.setTitleTextAttributes(attributes, forState:.Normal)
「最後の行にメンバー 'Normal' が見つかりませんでした。何が問題なのですか?」というエラーが表示されます。