|
|
Member Since: Aug 13, 2011
Location: West Sussex, UK
Posts: 143
|

03-16-2012, 04:04 PM
Yes you can do that, but you would not use the UIImagePickerController to create the time,
but would use a NSDate and NSDateFormatter to create an NSString that could be saved to
a file.
You would properbly create these other classes and NSString in one of the UIImagePickerController's delegate methiods, possably the
UIImagePickerController : didFinishPickingMediaWithInfo :
method would be a good choice.
Hope this gives you some ideas and guidance.
Regards Mark
|
|
|
QUOTE
Thanks
|