hi ! ^ ^
my questions are those four ~
1. Can I write static library by using swift ??
2. Can I use a static library that is coded by swift, only in 100%-swift-coded project ??
3. Can I use a static library that is coded by objective-c, in 100%-swift-coded project ??
4. It seems like from xcode 7, static library is only coded by objective-c(no choice to swift),.... Then I code static library with objective-c,
Dose it can be used full swift based project (the project's target SDK is iOS 8) ?
Thanks ~😊