Skip to content

Commit

Permalink
Merge pull request #189 from cuappdev/omar/remove-unfinished-alerts
Browse files Browse the repository at this point in the history
Remove Service Alerts Section from Information VC
  • Loading branch information
Omarrasheed authored Dec 18, 2018
2 parents fb96059 + 71b50db commit 5a01a28
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions TCAT/Controllers/InformationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,13 @@ class InformationViewController: UIViewController, UITableViewDataSource, UITabl
var tableView = UITableView(frame: .zero, style: .grouped)

var content: [[(name: String, action: Selector)]] = [


[ // Seciton 0
(name: Constants.InformationView.serviceAlerts, action: #selector(showServiceAlerts))
],

[ // Section 1
[ // Section 0
(name: Constants.InformationView.onboarding, action: #selector(presentOnboarding)),
(name: Constants.InformationView.sendFeedback, action: #selector(sendFeedback))
],

[ // Section 2
[ // Section 1
(name: Constants.InformationView.moreApps, action: #selector(showMoreApps)),
(name: Constants.InformationView.website, action: #selector(openTeamWebsite))
]
Expand Down

0 comments on commit 5a01a28

Please sign in to comment.