Вопросы по теме 'commitanimations'

Переместить UIView с начальной точкой
У меня есть этот код ниже, который перемещает мой UIView влево: - (void)viewDidLoad { [super viewDidLoad]; [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:4]; int xOriginal = 91; CGRect...
1072 просмотров

Как получить реальное местоположение UIImageView во время анимации?
Всем привет, For the animation i used: [UIView commitAnimation:@"anim" context:nil]; [UIView setAnumatioDuration:10]; imageView.center=CGPointMake(100,100); [UIView commitAnimation]; The thing is that when i call with timer every 0.5...
2140 просмотров