We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is possible set image instead of dot?
The text was updated successfully, but these errors were encountered:
Hey ivandiazmolina,
Yes, it's possible to use image instead of dot. Inside the View folder there is Dot.h file: https://github.com/abm-adnan/Radar/blob/master/Radar/Views/Dot.h
@interface Dot : UIView { }
The Dot inherits UIView, you can change it to inherit from UIImageView and set any UIImage to it's image property.
That should work! 👍
Sorry, something went wrong.
thanks you so much! 👍
No branches or pull requests
Is possible set image instead of dot?
The text was updated successfully, but these errors were encountered: