Typealiases
The following typealiases are available globally.
-
https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 (lowercase) +
base
Represents country codes in framework. Country codes are used to get correct user device’s language.Declaration
Swift
internal typealias CountryCode = String
-
String that contains expression pattern, e.g.
ie:x<5
,exp:^1$
.Declaration
Swift
internal typealias ExpressionPattern = String
-
Represents json content.
Declaration
Swift
internal typealias JSONDictionary = Dictionary<String, AnyObject>
-
Type that represents pattern with regular expression.
Declaration
Swift
internal typealias RegexPattern = String
-
Handy typealias that can be used instead of longer
Swifternalization
Declaration
Swift
public typealias I18n = Swifternalization