imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

Swift global import framework #86

Open imzyf opened 6 years ago

imzyf commented 6 years ago

adding the following line to bridging header:

xxx-Bridging-Header.h

/// Global
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>

How good or bad this practice is? not sure.

https://stackoverflow.com/questions/33460330/how-to-import-a-swift-framework-globally