Ok, so I found a solution in a few minutes. I guess this is how it works, feel free to correct me. U used the way to animate cheats [UIView] and I assume that it changed the way the UIActionSheet is displayed, so I wrote on these two lines before I asked him to show show.in.view
- (IBAction)goToBlog{
contactUs.actionSheetStyle = UIActionSheetStyleDefault;
[UIActionSheet setAnimationDelay:0];
[UIActionSheet setAnimationDuration:0.1];
[contactUs showInView:self.view];
}
, , . .