DanijelHuis / HDAugmentedReality

Augmented Reality component for iOS, written in Swift.
MIT License
480 stars 97 forks source link

How can I customize the AR infomation? #32

Closed SuYungCheng closed 7 years ago

SuYungCheng commented 7 years ago

Sorry I'm swift newbie. I can use this great framework to show the POIs. But if I have my own locations, and put them into the datasource. How can I customize the view of my locatons? such as the location's pictures, not only the name and distance?

Thanks!

DanijelHuis commented 7 years ago

You can subclass ARAnnotation and ARAnnotationView, similiar as you do with Apple's MKAnnotation and MKAnnotationView.