2016-09-14から1日間の記事一覧

Swift 3.0変わったことさっくり

元ネタ https://www.hackingwithswift.com/swift3 All function parameters have labels unless you request otherwise before names.indexOf("Taylor") after names.index(of: "Taylor") UIKit系はこうなる override func viewWillAppear(_ animated: Bool)…