lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

CEF display issue. #67

Closed umairzahid508 closed 2 years ago

umairzahid508 commented 2 years ago

Hi,

i have given CEFWindowInfo my NSView and and attach that NSView with window through constraint but when I stretched the window NSView also stretched but browser not stretched.How to bind the CEFBrowser with NSView properly?

There is a code which I wrote.

image

Please check it @lvsti , Thank you.