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
If you initialize an images NSArray and then pass it to the LIVBubbleMenu, as in one of the README examples, bad things happen because the images are deallocated. The images must be retained (making them an @property is the easiest method) before passing them to the menu, like the demo app does.
The text was updated successfully, but these errors were encountered:
If you initialize an images NSArray and then pass it to the LIVBubbleMenu, as in one of the README examples, bad things happen because the images are deallocated. The images must be retained (making them an
@property
is the easiest method) before passing them to the menu, like the demo app does.The text was updated successfully, but these errors were encountered: