> On Dec 8, 2015, at 12:14 PM, Eric E. Dolecki <edole...@gmail.com> wrote:
> 
> Hey all,
> 
> I am being supplied a time (not day specific). Say "7:30 AM" - as a string.
> Could be PM.
> 
> I need to make a slider with a range of 1 minute to 120 mins. Moving the
> slider adjusts the 7:30 AM display. So I am adding minutes to the display
> time. What's the best way to do this? I am using Swift.

NSCalendar and NSDateComponents are still the best way to do these types of 
time modifications (with NSDateFormatter for display).

> 
> I'll be googling too.
> 
> Thanks,
> Eric
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
> 
> This email sent to david.dun...@apple.com

--
David Duncan


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to