self.transform = CGAffineTransformMakeScale(1.1, 1.1);(been self the UIView)
it is so simple that is embarrassing :), a code snip of my example, when you push the view it gets bigger 10%:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
self.transform = CGAffineTransformMakeScale(1.1, 1.1);
}
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event{
self.transform = CGAffineTransformMakeScale(1, 1);
}
Hi!, I am Eduado Oliveros, if you want to contact me, send an email to eduardo.oliveros(at)gmail dot com
0 comentarios:
Publicar un comentario en la entrada