Showing
1 changed file
with
15 additions
and
0 deletions
| ... | @@ -44,6 +44,21 @@ class MapsViewController: UIViewController, MKMapViewDelegate { | ... | @@ -44,6 +44,21 @@ class MapsViewController: UIViewController, MKMapViewDelegate { |
| 44 | mapView.delegate = self | 44 | mapView.delegate = self |
| 45 | mapView.centerToLocation(initialLocation) | 45 | mapView.centerToLocation(initialLocation) |
| 46 | 46 | ||
| 47 | + //titleView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | ||
| 48 | + //titleView.setTitleColor(.white, for: .normal) | ||
| 49 | + | ||
| 50 | + //nameView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | ||
| 51 | + //nameView.setTitleColor(.white, for: .normal) | ||
| 52 | + | ||
| 53 | + //hoursView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | ||
| 54 | + //hoursView.setTitleColor(.white, for: .normal) | ||
| 55 | + | ||
| 56 | + //phoneView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | ||
| 57 | + //phoneView.setTitleColor(.white, for: .normal) | ||
| 58 | + | ||
| 59 | + //addressView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | ||
| 60 | + //addressView.setTitleColor(.white, for: .normal) | ||
| 61 | + | ||
| 47 | //directionsButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) | 62 | //directionsButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16) |
| 48 | directionsButton.setTitle("Οδηγίες", for: .normal) | 63 | directionsButton.setTitle("Οδηγίες", for: .normal) |
| 49 | directionsButton.setTitleColor(.white, for: .normal) | 64 | directionsButton.setTitleColor(.white, for: .normal) | ... | ... |
-
Please register or login to post a comment