UIModalTransitionStylePartialCurl half page

后端 未结 4 1403
陌清茗
陌清茗 2021-01-13 12:15

I\'m displaying an UIViewController by the following way:


MyViewController *myVc = [[MyViewController alloc] initWithNibName:@\"MyViewController\" bundle:ni         


        
4条回答
  •  滥情空心
    2021-01-13 12:45

    What's the problem here? Populate content in the modalView in such a way that the visible area is utilized. If I am not wrong, the modalPageCurl effect has no option to set the extent of curl (or how much of the screen it should occupy).

    So I suggest you skip this approach & focus on trying to cover (or utilize) as much screen is available...

提交回复
热议问题