iphone - Create iOS framework using swift -
i trying create ios framework using swift. follow blog , few others output not way want.
below original source file
public class testclass: nsobject { // publicvar description public var publicvar: int = 0 // dosomething description public func dosomething() { print("dosomething method") } }
after adding framework project it's create testframwork-swift.h
you can see it's not contain description. want framework header files apple.
can me figure out this. not able understand doing wrong. not able add more swift files framework.
just use triple slash instead of double slash comments want show in framework headers.
Comments
Post a Comment