* Removed duplicated title.

* our samples gallery doesn't support # for the first heading
This commit is contained in:
jzeferino 2018-10-19 16:46:51 +01:00 коммит произвёл Craig Dunn
Родитель 5fc2697578
Коммит 85a1edf0f0
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1,8 +1,5 @@
Custom View Controller Presentations and Transitions
=================
# Custom View Controller Presentations and Transitions
====================================================
Custom View Controller Presentations and Transitions demonstrates using the view controller transitioning APIs to implement your own view controller presentations and transitions. Learn from a collection of easy to understand examples how to use UIViewControllerAnimatedTransitioning, UIViewControllerInteractiveTransitioning, and UIPresentationController to create unique presentation styles that adapt to the available screen space.