Till Swift 1.2 version, UIWebView LoadData was accepting nil values, but Swift 2.0 is throwing error \"Swift does not conform to protocol NilLateralConvertible\".
Swift
Apple has updated the declarations and they now require non-nil values. They have adding reality to the declarations for the benefit of Swift (and ObjC).
- (void)loadData:(NSData * nonnull)data
MIMEType:(NSString * nonnull)MIMEType
textEncodingName:(NSString * nonnull)encodingName
baseURL:(NSURL * nonnull)baseURL