swift / modalで開いた画面を閉じる

    @IBAction func closeTapped(){
        self.dismissViewControllerAnimated(true, completion: nil);
    }