Objective-C Library for Sunrise and Sunset?

前端 未结 7 481
没有蜡笔的小新
没有蜡笔的小新 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条回答
  •  旧时难觅i
    2021-02-01 06:48

    I've actually ported the KosherJava Library and plan to make it available soon on GitHub!

    Edit:

    KosherCocoa is now live on GitHub! If you don't need the hebrew calendar related code, you can delete the "calendar" file. The class files are separated nicely into folders based on the kinds of calculations that they do.

    Edit: KosherCocoa us due to be replaced with a modern and more complete update as soon as I can. The above link now points at a legacy repo.

提交回复
热议问题