You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.markdown
+48-3Lines changed: 48 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,64 @@ EPMapExtension is an extension library built on the top of [MKMapKit](http://dev
6
6
7
7
## Overview
8
8
9
-
The library architecture is based on the
9
+
The library architecture is built on the the top of `MKMapKit Framework`.
10
10
11
11
## MapViewDecorator
12
12
13
13
MapViewDecorator is an attempt to deal with a considerable amount of customized annotationView spanning over the map without incurring in typical problems relevant to the trivial **switch-case, if-else if** control structures. In other words, it is a way to treat a good number of annotations and views in a more manageable and maintainable way.
14
14
15
15
### Registration of Annotations into MapDecorator
16
16
17
-
#### Example 1
17
+
In the following way is possible to register the annotationView associated to the annotation
0 commit comments