presentationControllerのメソッドに、コメントでメソッドやパラメータの説明をつけたいのですが、ドキュメンテーションの説明を直訳してもいまいちよくわかりません。メソッドは以下のとおりです。
optional func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?
Swift
1optional func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?
私の理解でのコメントを貼っておきます。
Swift
1 /// ビュー階層を管理するために使用するカスタムプレゼンテーションコントローラの受け渡し 2 /// 3 /// - Parameters: 4 /// - presented: 遷移前ViewController 5 /// - presenting: 遷移後ViewController 6 /// - sourse: このメソッドを呼んだViewController 7 /// 8 func presentationController(forPresented presented: UIViewController, presenting: UIViewController?, source: UIViewController) -> UIPresentationController?
ご理解ある方、ご説明いただけると助かります。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。