haseoyeon / swift_DatePicker

0 stars 0 forks source link

NSDateじゃなくてよさそう #1

Open yhkaplan opened 6 years ago

yhkaplan commented 6 years ago

NSDateではなくて、Dateでいけそうです〜 https://github.com/haseoyeon/swift_DatePicker/blob/4b7257dc349aeefa2969be4001dc2bbfd450a693/DatePicker/ViewController.swift#L41

(本がSwiftの古いバージョンかな)

haseoyeon commented 6 years ago

本が2017年です 📖

haseoyeon commented 6 years ago

https://github.com/haseoyeon/swift_DatePicker/issues/3 は削除しても問題なかったですが、 これを消したら、エラーが表示されました 😭

yhkaplan commented 6 years ago

@haseoyeon didReceiveMemoryWarningはその1行じゃなくて、func全体が消せるということです〜

override func didReceiveMemoryWarning() {
     super.didReceiveMemoryWarning()
    // Dispose of any resources that can be recreated.
}
yhkaplan commented 6 years ago

NSDateに関しては、NSDateでも動きますが、最新の方法はDate()が使えます〜

(NSは元々Steve JobsのNextStep社との関連性があり、Objective-Cに多い接頭辞です。) https://ja.wikipedia.org/wiki/NEXTSTEP