Dimitris Togias

add view styles

......@@ -44,6 +44,21 @@ class MapsViewController: UIViewController, MKMapViewDelegate {
mapView.delegate = self
mapView.centerToLocation(initialLocation)
//titleView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
//titleView.setTitleColor(.white, for: .normal)
//nameView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
//nameView.setTitleColor(.white, for: .normal)
//hoursView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
//hoursView.setTitleColor(.white, for: .normal)
//phoneView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
//phoneView.setTitleColor(.white, for: .normal)
//addressView.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
//addressView.setTitleColor(.white, for: .normal)
//directionsButton.titleLabel?.font = UIFont(name: "PFSquareSansPro-Medium", size: 16)
directionsButton.setTitle("Οδηγίες", for: .normal)
directionsButton.setTitleColor(.white, for: .normal)
......