-2
私は2つの関数をswift 2で使用しています。Swift - ある関数から別の関数に同じパラメータを渡す
func myfunctionA (sender: UIButton!){
// some code
myfunctionB (sender: UIButton!) }
その他の機能はfunc myfunctionBです。 myfunctionAの内部からmyfunctionBを呼び出します。
myfunctionAからmyfunctionBに同じ送信者パラメータを渡す方法を知る必要があります。
あなたはこの質問が否決された理由を私に教えてくださいませんが動作するはずです。前もって感謝します。 – user2994762