ytakzk / Fusuma

Instagram-like photo browser and a camera feature with a few line of code in Swift.
MIT License
2.46k stars 340 forks source link

Integrating Fusuma in my objective-c #155

Closed anitalanet closed 7 years ago

anitalanet commented 7 years ago

Hi there

I am integrating Fusuma in my objective-c app

Now i am able to acess FusumaViewController but not able to acess the FusumaDelegate

I have seen my projectName-Swift.h file i can see the FusumaViewController's function but can not able to see the delegate function in it

Can someone please help me to resolve the issue

Thanks in advance

chirag225 commented 7 years ago

same question Here How to use this lib in Objective c

anitalanet commented 7 years ago

I got the solution

danieleferemo commented 7 years ago

@anitalanet please what is the solution?

ytakzk commented 7 years ago

@danieleferemo Is that still failed?

danieleferemo commented 7 years ago

Hi @ytakzk still failed. Trying to implement it so i can choose multiple photos at once and pass to another view Controller in objective C, but can not access the FusumaDelegate.

jeffreyjackson commented 7 years ago

im having the same issue as @danieleferemo

ytakzk commented 7 years ago

184