Fitting a UIDatePicker into a UIActionSheet
问题 I\'m trying to get a UIDatePicker with a UIButton to show up in a UIActionSheet. Unfortunately it gets cropped off and the entire Date Picker is not visible. I have not even attempted to add the UIButton yet. Can anyone suggest on getting the entire view to fit properly? I\'m not sure how to add the proper dimensions as UIActionSheet seems to lack an -initWithFrame: type constructor. UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle:@\"Date Picker\" delegate:self cancelButtonTitle:@\