Zentrust / OTPublishersHeadlessSDK

OTPublishersHeadlessSDK for iOS
Other
7 stars 5 forks source link

OTPublishersHeadlessSDK exports many extensions to system types that should be private #11

Open idrougge opened 2 years ago

idrougge commented 2 years ago

OTPublishersHeadlessSDK exports a lot of extensions to standard library and UIKit types such as String, UIColor, UINavigationController, UINavigationBar, UIButton, UIFont, UILabel, Thread etc.

This pollutes tab completion for all projects that make use of the SDK, and also serves to make the SDK bigger than necessary due to all its public symbols.