lvsti / CEF.swift

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

Make registerSchemeHandlerFactory() static #28

Closed WarWithinMe closed 6 years ago

WarWithinMe commented 6 years ago

Otherwise, this method can't be called. (CEFSchemeUtils init method is internal, thus we can't create CEFSchemeUtils objects)