meismyles / SwiftWebVC

A drop-in inline browser for your Swift iOS app.
MIT License
330 stars 117 forks source link

When the framework isn't called in an app does it still take up memory usage? #21

Closed EriFisher closed 7 years ago

EriFisher commented 7 years ago

Hi, I wanted to know if I add this framework does it take up memory when it isn't in use?

meismyles commented 7 years ago

Hey,

No. It will only increase memory usage when it is actually in use. It will increase your binary size very slightly though as you obviously have extra code in your app.

Let me know if you have any more questions.