Skip to content

Instantly share code, notes, and snippets.

@muizidn
Created November 17, 2018 01:10
Show Gist options
  • Save muizidn/259ad3741bf33715c2a8d4d52ace95fd to your computer and use it in GitHub Desktop.
Save muizidn/259ad3741bf33715c2a8d4d52ace95fd to your computer and use it in GitHub Desktop.
// MuslimApp AppLaucherViewController.swift
// DidSelectCellForRowAt indexPath: IndexPath
let subApp = items[indexPath.row]
let vc = subApp.starter
navigationController.pushViewController(vc, animated: true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment