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
Updated the Pointers section to reflect that UnsafePointer has been replaced with UnsafeMutablePointer, ConstUnsafePointer has been replaced with UnsafePointer, and AutoreleasingUnsafePointer has been replaced with AutoreleasingUnsafeMutablePointer.
The return of Bool however seems to be undocumented, but the resulting function is supposed to return a Bool and funcs with that signature appear to be called properly.
The text was updated successfully, but these errors were encountered:
The commented out validate functions in the swift machine template look something like this:
However, the format should be:
It was changed on 8/4/2014 https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/RevisionHistory.html:
The return of Bool however seems to be undocumented, but the resulting function is supposed to return a Bool and funcs with that signature appear to be called properly.
The text was updated successfully, but these errors were encountered: