corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.09k stars 326 forks source link

Height property is not changed! #108

Open augustocadini opened 6 years ago

augustocadini commented 6 years ago

My Popover is using all screen so I'm trying set to use pre determinate size of Height

popover?.frame.size.height = 300

But this not works, when I print the value the original size keeping the same and the UIView baloon use all screen.