I have a DatePicker in View not Viewcontroller.
The solution in stack overflow works fine, if the DatePicker is in ViewController.
(https://stackoverflow.com/questions/67109078/close-uidatepicker-after-selection-when-style-is-compact)
I want to close DatePIcker after selecting a date.
Thank you.
Post
Replies
Boosts
Views
Activity
I'm going to release some apps for update this week end.Far from my expectation, it's not exposed.I'm a developer without any marketting knowledge and any apple appstore standards.Can any one help me with some readings, articles or books?
if([pasteboard hasImages]){ NSLog(@"hasImages"); NSData *data = [pasteboard dataForPasteboardType:kCIAttributeTypeImage]; [_imgView setImage:[UIImage imageWithData:data]];}The image isn't shown.What's wrong?