ArthurGuibert / FSInteractiveMap

A charting library to visualize and interact with a vector map on iOS. It's like Geochart but for iOS!
Apache License 2.0
551 stars 80 forks source link

select country based on search country in textfield #10

Closed Mahipal-codzgarage closed 7 years ago

Mahipal-codzgarage commented 7 years ago

if i type counrty name in textfield, and search that time highlight serch country name... is it possible ?

ArthurGuibert commented 7 years ago

You can use the enumerateLayersUsingBlock method and select the layer with an identifier that matches the search.

Mahipal-codzgarage commented 7 years ago

Thanks for reply, but i am new in iOS Development. So, can you please give me a code example. so, i can implement in my project.