Skip to content
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

Image in dot #2

Open
ivandiazmolina opened this issue Feb 3, 2016 · 2 comments
Open

Image in dot #2

ivandiazmolina opened this issue Feb 3, 2016 · 2 comments

Comments

@ivandiazmolina
Copy link

Is possible set image instead of dot?

@abm-adnan
Copy link
Owner

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! 👍

@ivandiazmolina
Copy link
Author

thanks you so much! 👍

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

No branches or pull requests

2 participants