I\'m trying to use a third-party Objective-C library in a Swift project of mine. I have the library successfully imported into Xcode, and I\'ve made a -
-
write your constants after Class declaration. like this...
class ForgotPasswrdViewController: UIViewController { let IS_IPHONE5 = fabs(UIScreen.mainScreen().bounds.size.height-568) < 1; let Tag_iamTxtf = 101