Skip to content

Is there a way to present so it doesn't take up the entire superview? #61

Open
@jderbs

Description

Is there a way to specify the hieght of the PullToDismiss view, without having it take up the entire screen? I tried this:

let vc = LikesTableController()
        vc.preferredContentSize = CGSize(width: view.frame.width, height: 200)
        present(vc, animated: true)

but it doesn't work....

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions