Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
card10
Companion App iOS
Commits
1b10072c
Commit
1b10072c
authored
Aug 19, 2019
by
Thomas Mellenthin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix merge debris
parent
9dd57227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
card10badge/Scanner/ScannerTableViewController.swift
card10badge/Scanner/ScannerTableViewController.swift
+3
-6
No files found.
card10badge/Scanner/ScannerTableViewController.swift
View file @
1b10072c
...
@@ -24,14 +24,11 @@ class ScannerTableViewController: UITableViewController {
...
@@ -24,14 +24,11 @@ class ScannerTableViewController: UITableViewController {
self
.
tabBarItem
=
UITabBarItem
.
init
(
title
:
"Scan"
,
image
:
UIImage
(
named
:
"fd_camp"
),
selectedImage
:
nil
)
self
.
tabBarItem
=
UITabBarItem
.
init
(
title
:
"Scan"
,
image
:
UIImage
(
named
:
"fd_camp"
),
selectedImage
:
nil
)
}
}
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
self
.
tabBarController
?
.
tabBar
.
tintColor
=
UIColor
.
init
(
named
:
"camp_color"
)
super
.
viewWillAppear
(
animated
)
}
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
super
.
viewWillAppear
(
animated
)
self
.
tabBarController
?
.
tabBar
.
tintColor
=
UIColor
.
init
(
named
:
"camp_color"
)
BluetoothManager
.
sharedInstance
()
.
startScan
()
BluetoothManager
.
sharedInstance
()
.
startScan
()
updateScanButtonState
()
updateScanButtonState
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment