Skip to content

Instantly share code, notes, and snippets.

View SeanROlszewski's full-sized avatar

Seán Olszewski SeanROlszewski

View GitHub Profile
protocol Coordinator {
func start()
}
class AppCoordinator: Coordinator {
let dataStore: DataStore
let childCoordinators: [Coordinator]
var userFinishedOnboarding: Bool = {
return dataStore.bool(forKey: "userHasAnsweredMicPermission")
@IBAction func handleUnwind(segue: UIStoryboardSegue) {
let source = segue.source as! SelectedViewController
for (index, object) in destArray.enumerated() {
if source.destination?.destName == object.destName {
destArray.remove(at: index)
tableView.reloadData()
}
}
}

Keybase proof

I hereby claim:

  • I am seanrolszewski on github.
  • I am seano (https://keybase.io/seano) on keybase.
  • I have a public key ASBI9M4lT64Lxf8raGiz17Z9ddB2mgul8cnX1xk0-uwxywo

To claim this, I am signing this object:

html {
height: 100%;
margin:0px;
background: url(http://www.freegreatpicture.com/files/147/18380-hd-color-background-wallpaper.jpg) no-repeat center center;
background-size: cover;
background-attachment: fixed;
}