Find out sunrise time from longitude and latitude [closed]
Is it possible to find out sunrise time for a given Longit开发者_开发问答ude and Latitude value in Objective-C?
Try the Sunrise/Sunset Algorithm here:
http://edwilliams.org/sunrise_sunset_algorithm.htm
Some source codes: Tools and Sources of Sunrise/Sunset Computation, including C and C++ which you can integrate with Objective-C
And here is a implementation in Objective-C!
精彩评论