0

I am using SDCAlertview in a project, that is being developed in Objective-C, and I would like to be able to set the visual style but I am unable to do so.

The only file that I am able to import into any other obj-c class is SDCAlertView-Swift.h and that does not give me any options to set the visual style.

I have seen code samples, in swift, that are able to do this.

Can someone help me out here?

Thank You.

Shumais Ul Haq
  • 1,427
  • 1
  • 15
  • 26

1 Answers1

0

There was a problem with exposing this API to Objective-C. That's fixed in https://github.com/sberrevoets/SDCAlertView/commit/3f26a7851e1022e5aa65328ce9f36c63cdcb371a. This is not in master yet, but I plan on releasing an update in the next week or so.

Scott Berrevoets
  • 16,921
  • 6
  • 59
  • 80
  • Thats good news! When I couldnt find a solution, I simply customized the swift code itself to achieve what I needed. Thanks for the link to the commit! – Shumais Ul Haq Mar 24 '16 at 05:03