Objective-C Library for Sunrise and Sunset?

前端 未结 7 478
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 06:14

Is there an Objective-C (or C) library (that is compatible with core location) that can tell me the time of sunrise and sunset for any given calendar day?

7条回答
  •  囚心锁ツ
    2021-02-01 06:48

    EDSunriseSet is an open source and free Objective-C wrapper for the C languages routines created by Paul Schlyter.

    Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common Cocoa classes (NSDate, NSTimeZone, ...)

提交回复
热议问题