Does anyone know a good tutorial for a date picker timer in xcode??
I am making an app and I need a date picker timer (in xcode). I searched all over the web and I was hoping somebody might have seen something. Thanks a lot!!
-E
xcode-OTHER
I am making an app and I need a date picker timer (in xcode). I searched all over the web and I was hoping somebody might have seen something. Thanks a lot!!
-E
xcode-OTHER
What are you calling a "date picker timer"? You might also mention the platform and OS you are targeting.
I mean a countdown timer with a UIDatePicker, like the default timer for apple. I'm developing for iOS7 in xcode 4.6.3 (it would be okay if it was iOS6) Thanks for responding.
-Emet
Xcode 4 doesn't support iOS 7.
Okay, I can get xcode five if I need to. Thanks
-Emet
UIDatePicker has a property called datePickerMode. Set it to UIDatePickerModeCountDownTimer. and you're done.
Dirk
hmmm
I am still a little confused about how to do that...
Guys, check this out - http://unityshorttutorials.blogspot.com.au. hope this is the one, you guys are looking for. This blog has demonstrated how to make Count Down Timer with Date picker.
Sorry guys please ignore the previous post, here is the original link --- http://aarlangdi.blogspot.com.au
Does anyone know a good tutorial for a date picker timer in xcode??