2016-10-17 9 views

答えて

0

https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Methods.htmlで略奪してください。関数を使用する開発者は、indexPathではなく、そのようなパラメータを指定した場合はcellForRowAtと表示されます。だからあなたはそれをより説明的にするチャンスがある。

func increment(by amount: Int) { 
    //body of the method 
} 

そして、あなたがそのようにそれを使用します。

counter.increment(by: 5)