From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:04:39 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h index 604c840..d77392c 100644 --- a/frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h +++ b/frameworks/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h @@ -81,18 +81,18 @@ /** Designated initializer. - - Parameter tagline: First part of the label, that will be highlighted with different color. Can be nil. + @param tagline First part of the label, that will be highlighted with different color. Can be nil. - - Parameter message: Main message to display. + @param message Main message to display. - - Parameter colorStyle: Color style to use for tooltip. + @param colorStyle Color style to use for tooltip. If you need to show a tooltip for login, consider using the `FBSDKLoginTooltipView` view. -- See:FBSDKLoginTooltipView + @see FBSDKLoginTooltipView */ - (instancetype)initWithTagline:(NSString *)tagline message:(NSString *)message colorStyle:(FBSDKTooltipColorStyle)colorStyle; @@ -100,7 +100,7 @@ Show tooltip at the top or at the bottom of given view. Tooltip will be added to anchorView.window.rootViewController.view - - Parameter anchorView: view to show at, must be already added to window view hierarchy, in order to decide + @param anchorView view to show at, must be already added to window view hierarchy, in order to decide where tooltip will be shown. (If there's not enough space at the top of the anchorView in window bounds - tooltip will be shown at the bottom of it) @@ -115,11 +115,11 @@ /** Adds tooltip to given view, with given position and arrow direction. - - Parameter view: View to be used as superview. + @param view View to be used as superview. - - Parameter arrowPosition: Point in view's cordinates, where arrow will be pointing + @param arrowPosition Point in view's cordinates, where arrow will be pointing - - Parameter arrowDirection: whenever arrow should be pointing up (message bubble is below the arrow) or + @param arrowDirection whenever arrow should be pointing up (message bubble is below the arrow) or down (message bubble is above the arrow). */ - (void)presentInView:(UIView *)view withArrowPosition:(CGPoint)arrowPosition direction:(FBSDKTooltipViewArrowDirection)arrowDirection; -- Gitblit v1.8.0