ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.56k stars 185 forks source link

Dynamic Resizable Header View #397

Open NghiaTranUIT opened 4 years ago

NghiaTranUIT commented 4 years ago

🐶 Brief

Currently we're using multiple-line NSTextField in Table View Row and add bundle of code to support dynamic resize if the text is large

Screen_Shot_2020-02-12_at_21_23_32

We discover that there is an elegant way to achieve the same by using NSTextView without NSScrollView. Let refactor it

👑 Criteria

NghiaTranUIT commented 4 years ago

Put it back to the Backlog since this approach doesn't work well if we have two Column (Header and Value) since we have to computer which content is bigger to expand or shrink.

Current solution work not bad, but it fits 90%.