A-ViewContainer icon indicating copy to clipboard operation
A-ViewContainer copied to clipboard

I had convert this into Swift

Open irshadq24 opened this issue 9 years ago • 3 comments

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 ?

irshadq24 avatar Feb 05 '16 12:02 irshadq24

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 :)

Animaxx avatar Feb 07 '16 19:02 Animaxx

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/ :)

Animaxx avatar Feb 08 '16 16:02 Animaxx

Thank you I will try

irshadq24 avatar Feb 09 '16 09:02 irshadq24