-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PopTip without pointing somewhere #55
Comments
Hi SjoerdPerfors. I can't get it to work with the code you provided. Can you please provide the complete code that handles not having the pointers? Thanks! |
Sorry Raphael, I forgot the following. Change in method
the following: if (_pointDirection == PointDirectionDown || _pointDirection == PointDirectionGoneButDown) see snipper below
My top lines of the drawRect method looks like this (I didnt implement the PointDirectionGoneButUp):
|
This can come handy when you want to show a poptip to a mkmapview or a global one for a screen. So my goal was to get a poptip without the arrow.
To archive this I added to the enum:
Then in - (void)drawRect:(CGRect)rect {
for example the PointDirectionDown:
The text was updated successfully, but these errors were encountered: