CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.6k stars 179 forks source link

Add support for specifying max width #73

Open FaizanDurrani opened 1 year ago

FaizanDurrani commented 1 year ago

Checklist

Motivation and Context

Wanted more control over the width of the menu; Also fixes #33

Description

Added a property in PopMenuAppearance that allows you to set the minimum width the menu should try to maintain. Setting it to nil or .none will revert to the old implementation.