1

ポップオーバーでアニメーション化されたモーダル トランジションに問題があります。何らかの理由で、トランジションをアニメーション化するように設定すると、ポップオーバーが水平方向にサイズ変更されます。アニメーション化していない場合、サイズ変更はありません。写真1は動画あり、写真2は動画なしです。

トランジションを作成しているコードは次のとおりです。

StoreDetailViewController *sdvc = [[StoreDetailViewController alloc] initWithNibName:@"StoreDetailViewController" bundle:nil];

sdvc.modalPresentationStyle = UIModalPresentationCurrentContext;
sdvc.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
sdvc.modalInPopover = YES;

sdvc.play = playData;
sdvc.st = self;
sdvc.indoors = indoors;

[parent presentModalViewController:sdvc animated:YES];

http://i.stack.imgur.com/RtcEb.png

http://i.stack.imgur.com/ioY0R.png

4

0 に答える 0