You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this may be not the right place for this. So I'm sorry for posting this here, but don't know were else I should put this.
In a pod I'm using, there is a CGFloat+Extensions.swift which I think comes from somewhere here (at least from RW, as it has your Razeware header comment in it).
My problem is that, because those extensions are public, I get naming conflicts e.g. when using them in multiple modules (pods, or even my own).
So I was just wondering, why you declared them public, and don't just stick to the internal default? This is really annoying :-/ Or am I seeing this wrong?
Anyway as these Extensions are just copied around, there is probably no way to stop this ;-)
The text was updated successfully, but these errors were encountered:
I know this may be not the right place for this. So I'm sorry for posting this here, but don't know were else I should put this.
In a pod I'm using, there is a
CGFloat+Extensions.swift
which I think comes from somewhere here (at least from RW, as it has your Razeware header comment in it).My problem is that, because those extensions are public, I get naming conflicts e.g. when using them in multiple modules (pods, or even my own).
So I was just wondering, why you declared them public, and don't just stick to the internal default? This is really annoying :-/ Or am I seeing this wrong?
Anyway as these Extensions are just copied around, there is probably no way to stop this ;-)
The text was updated successfully, but these errors were encountered: