My project is in swift language. I have used cocoa pods with project. I integrated HDAlerts in my project using cocoa pods. HDAlerts is in objective-c, So I added objective-c bridging header in project and imported Alerts.h file in it.
Problem is I can not use Alerts.showAlertWithMessage
function, it gives me compile time error
Alerts.types does not have a member named 'showAlertWithMessage'.
I checked objective c header file and all other objective c classes I have imported are accessible and also the method is a class method and is accessible by command + click. Kindly help me to get rid of this problem.
You may find my code here: http://expirebox.com/download/553ac9f4734d551d4b2bc1d4e9de0e57.html