Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Dimitris Togias
2022-09-14 06:55:34 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
763a76ce09ba8e44e640fc786d21fd0a7cf7b34d
763a76ce
1 parent
7133d30b
add view styles
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MapsViewController.swift
View file @
763a76c
...
...
@@ -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
)
...
...
Please
register
or
login
to post a comment