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) + 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;