nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.15k stars 229 forks source link

Varying height depending on additional content constraints? #261

Open gerchicov-vg opened 2 months ago

gerchicov-vg commented 2 months ago

Currently I see messageInputBar.padding.top property which allows to set any concrete height I need but what if the size of additional content is defined with constraints? Is it possible to set this property with no additional explicit calculations?