I m working on payment gateway in CCAvenue.I need to integrate CCAvenue in swift code but it is available only on objective-c.Can anyone help me?
Asked
Active
Viewed 932 times
3
-
2Try to use Bridging header and then you can call objective c code from swift and go with normal flow , i did with Paytm and HDFC Payment gateway for integrating it in swift and worked successfully. – Shobhakar Tiwari Aug 22 '16 at 05:38
-
thanks for ur reply..will work on it.. – Kavitha gunasekaran Aug 22 '16 at 07:04
-
Please read: [Why is “Can someone help me?” not an actual question?](http://meta.stackoverflow.com/q/284236) – Robert Columbia Nov 27 '18 at 13:53
-
Possible duplicate of [How to call Objective-C code from Swift](https://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift) – Tamás Sengel Nov 28 '18 at 04:06