How can I influence the size of a modal view represented by a partial page swirl?

I need to have some additional data presented for presentation in the application, and I would like to implement it by partially twisting the page in the same way that the Google Maps application uses partial twisting of the page for its parameters.

The problem is that the presented view occupies the entire screen:

enter image description here

How to change the size of the displayed view? Ideally, I would like it to occupy the lower right corner just like the Google Maps application.

+3
source share
2 answers

I tested this bit and it seems that the following statements are true:

  • UIModalTransitionStylePartialCurl MINIMUM curl .
  • ( ), .
  • ( ) UIViewController, "".

, , , , . , , .

, Google, , , - API/API . , , , UIViewController . , , .

+7

, " ". UITableViewController, , . , . UIViewController, .

:

enter image description here

- , , IOS ?

+1

All Articles