iOS Cocoapods文档Xcode 8

时间:2017-03-13 17:11:45

标签: ios xcode cocoapods-1.1.1

在Xcode 8中,Apple集成了一个评论文档生成器插件。选择您的方法或功能(Swift)和菜单 - >编辑 - >结构 - >添加文档。

Swift示例:

    /// Get the elevation of a point.
///
/// - Parameters:
///   - point: An array of one point @[lat, lon] or a dictionary @{"lat":..., "lon":...}.
///   - completionHandler: The completion handler to call when the load request is complete. 
///     This completion handler takes the following parameters:
///
///                              result: elevation in the same type as the input (point)
///                              error:  An error object that indicates why the request failed, or nil if the request was successful.

CocoaPods是否认可了Swift图书馆?

0 个答案:

没有答案