Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Is there a simple way to make arrow position left or right? (in addition to current top or left) #8

Closed
djayhsu opened this issue Sep 25, 2015 · 3 comments

Comments

@djayhsu
Copy link

djayhsu commented Sep 25, 2015

Am trying to implement this in a tableviewcell, but the arrow position of top or bottom ends up partially layered underneath neighboring cells due to the structure of the tableview.

@teodorpatras
Copy link
Owner

The nicest thing about EasyTipView is that it can be displayed within a view but pointing to an element in one of its subviews. Have you tried passing nil to the superview parameter when calling the display method? There is no support for side arrow at this moment.

@djayhsu
Copy link
Author

djayhsu commented Sep 25, 2015

Yeah I have tried the superview, but because this tableviewcell is clickable, it ends up leaving the "tip" as a residue once the user has moved out of the tableview, which, ideally, I would like to have disappear.

@djayhsu
Copy link
Author

djayhsu commented Sep 25, 2015

Nevermind, I went one more superview level and it seems to be working great! Thanks a lot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants