Sharing solutions that i found to resolve my problems
UIAlertView * alert = [ [ UIAlertView alloc ] initWithTitle:@"Alert" message:@"Alert" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil ]; alert.transform = CGAffineTransformTranslate(alert.transform, 0.0, 100.0); [ alert show ];
small and simple.help me thanks.
Post a Comment
1 comment:
small and simple.help me thanks.
Post a Comment