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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Once we distribute a framework (#828), developers will be able to interface with MGLMapView and other classes in Swift. We’ll want to audit the headers for nullability so that developers don’t have to deal with a litany of implicitly unwrapped optionals like NSString!.
After #975 is merged, this work will still be blocked by travis-ci/travis-ci#3216 because the nullability qualifiers will still go into the Objective-C code that Travis builds.
Once we distribute a framework (#828), developers will be able to interface with
MGLMapView
and other classes in Swift. We’ll want to audit the headers for nullability so that developers don’t have to deal with a litany of implicitly unwrapped optionals likeNSString!
.More information:
The text was updated successfully, but these errors were encountered: