You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using SIAlertView in my swift project in it works fine. Whether you use Cocoa Pod or copy the files manually, you have to import #import "SIAlertView.h" in your Bridging-Header.
Then you can use it the following: var alertView: SIAlertView = SIAlertView(title: "Hello World", andMessage: "Works!")
Which question mark do you mean?
How to use SIAlertView in swift?
There is one question mark after the SIAlertView. And can not use the SIAlertView in the swift file.
The text was updated successfully, but these errors were encountered: