I had convert this into Swift
I had converted this project into swift how do I upload it..?? So it will be easier for the new swift developers to use it..!! As I am new to github I don't know how to do this ?
Hi, you can add these 4 files to your swift project: https://github.com/Animaxx/A-ViewContainer/tree/master/A_ViewContainer/A_ViewContainer
and add these two line to your [projectName]_bridging.h file
#import "A_MultipleViewContainer.h"
#import "A_ViewBaseController.h"
then you can feel free to use this control :)
Oh, I am missing misunderstand you! You can go to your Repositories and create new project and update via Github desktop https://desktop.github.com/ :)
Thank you I will try