I'd like the value in a UILabel to change according to changes from a UIDatePicker? How could I implement this?
UILabel Event Listener help
(3 posts) (2 voices)-
Posted 11 months ago #
-
well first you'd make a UILabel, and initialize it. then you'd set it to something like this (I'm not too familiar with how date pickers work):
date.text = [NSString stringWithFormat:@"%@%f", @"Date Is: ", date/*whatever numbers DP gives*/];Obviously, that's not exactly what it'll be, but I think that's the basic idea. Feel free to correct me if I'm wrong everyone!
Posted 11 months ago # -
Oh, that's actually a good idea. Thank you :)
Posted 11 months ago #
Reply
You must log in to post.