Created
November 17, 2018 01:10
-
-
Save muizidn/259ad3741bf33715c2a8d4d52ace95fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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