From db199964f84bebb2cc54b03c9a886443abcd2e2c Mon Sep 17 00:00:00 2001 From: Pranav Raj Singh Chauhan Date: Sat, 10 Feb 2018 16:41:24 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e65731..68c6067 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ You can optionally hear about any of the following events as the delegate of you @end ``` + +## Third Party Bindings + +### React Native +You may now use this library with [React Native](https://github.com/facebook/react-native) via the module [here](https://github.com/prscX/react-native-tooltips) + From 2fbe10260fb1b0f7dcd9822681a6970ce88112af Mon Sep 17 00:00:00 2001 From: Pranav Raj Singh Chauhan Date: Fri, 2 Mar 2018 12:02:59 +0530 Subject: [PATCH 2/2] Update SexyTooltip.h --- SexyTooltip/SexyTooltip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SexyTooltip/SexyTooltip.h b/SexyTooltip/SexyTooltip.h index a5738d4..a39609e 100644 --- a/SexyTooltip/SexyTooltip.h +++ b/SexyTooltip/SexyTooltip.h @@ -47,7 +47,7 @@ typedef NS_ENUM(NSUInteger, SexyTooltipArrowDirection) { @interface SexyTooltip : UIView -@property (nonatomic, weak) id delegate; +@property (nonatomic, strong) id delegate; @property (nonatomic, strong) UIView *contentView; // the content to display in the tooltip, e.g. UILabel @property (nonatomic, readonly) BOOL isShowing;