Created
          January 20, 2016 22:53 
        
      - 
      
- 
        Save danstepanov/3c1d12f190a8be3b2b6d 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
    
  
  
    
  | func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { | |
| let paystubData = sortedPaystubsArray[indexPath.section][indexPath.row] | |
| let payoutDetailViewController = PayoutDetailViewController() | |
| payoutDetailViewController.paystubDetailArray = paystubData | |
| self.navigationController?.presentViewController(payoutDetailViewController, animated: false, completion: nil) | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment