How to calculate number of days between current date and selected weekday in IOS SDK

Mostly in IOS app development we need alarm functionality in our apps. As we all know that we can fire alarm in our IOS app as UILocalNotification. But to fire alarm or UILocalNotification we need  seconds or time to be passed when scheduling our UILocalNotification. If you did not know much about UILocalNotification, then you […]

How to calculate number of days between current date and selected weekday in IOS SDK Read More »