Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
698a3f51
Commit
698a3f51
authored
Jul 20, 2020
by
Maurice Kraus
Browse files
feat(viewlayer): this adds the crash analytics logging statement
parent
637d5eed
Pipeline
#1902
passed with stages
in 14 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Akamu_iOS/Sources/ViewLayer/ViewControllers/ChangePasswordViewController.swift
View file @
698a3f51
...
...
@@ -8,6 +8,7 @@
import
AkamuUIKit
import
UIKit
import
Logger
class
ChangePasswordViewController
:
UITableViewController
{
var
firstPasswordCell
:
UITableViewCell
=
UITableViewCell
()
...
...
@@ -18,6 +19,7 @@ class ChangePasswordViewController: UITableViewController {
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
logger
.
event
(
"User visited
\(
String
(
describing
:
ChangePasswordViewController
.
self
)
)
"
)
tableView
=
UITableView
(
frame
:
tableView
.
frame
,
style
:
.
grouped
)
}
...
...
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