ios - "Control Center" like sliding view controller -
i'm trying create interactive sliding transition between 2 view controllers.
the goal have main view controller, , secondary view controller dragged bottom(not bottom edge won't conflict control center) , partially cover main view controller (just ios control center). transition should interactive, i.e according dragging of user.
would happy hear ideas regarding available apis.
thanks in advance!
for need use uiviewcontrollertransitiondelegate. has interactioncontrollerforpresentation can give speed of transition , curve.
Comments
Post a Comment