Hello,
I am trying to learn to reference a swift framework that is available on github and use nativeobject or inline objc to access it.
I have no experience with any of these so I have a question. To understand things , I have downloaded the swiftybutton from github. I have opened the xcode project and under products I saw swiftybutton.framework. When I checked the file size it is 66kb.
But the framework Erel posted on the forum is about 545 kb and have other files in it.
I want to understand, did Erel changed anything on this framework or just downloaded from the Github and used objc and nativeobject to access it in the example ( not talking about the main example which uses the library , but the inline code which uses the framework ) . If yes , why are the files different if no what changes he made to framework to be able to use it as inline code ?
Thanks
I am trying to learn to reference a swift framework that is available on github and use nativeobject or inline objc to access it.
I have no experience with any of these so I have a question. To understand things , I have downloaded the swiftybutton from github. I have opened the xcode project and under products I saw swiftybutton.framework. When I checked the file size it is 66kb.
But the framework Erel posted on the forum is about 545 kb and have other files in it.
I want to understand, did Erel changed anything on this framework or just downloaded from the Github and used objc and nativeobject to access it in the example ( not talking about the main example which uses the library , but the inline code which uses the framework ) . If yes , why are the files different if no what changes he made to framework to be able to use it as inline code ?
Thanks