Can anyone tell me how to use retina images(for POIs) while showing POIs.
Regards
Srikanth
P
Philipp Nagele
said
about 11 years ago
Can you describe in more detail what you mean by retina image?
S
Srikanth T
said
about 11 years ago
Hi Philipp,
In iOS we will have 2 images one for Retina Display and another for Non Retina Display, so when the application is being run on a Retina Display Device then it will automatically pick Retina images(2x image) and if its being run on a Non Retina Display Device then it will pick non retina image(regular).
Hope I made my point clear.
Regards
Srikanth
A
Andreas Schacherbauer
said
about 11 years ago
Hi,
you can use CSS media queries to detect if your ARchitect World runs on a retina device or not.
Srikanth T