Charles Prado

Results 4 issues of Charles Prado

Hi. I'm using this Coordinators idea in my projects and have a issue here regarding to memory management. Imagine that I started a specific flow: the Login flow. This flow...

Hi. I'm trying to call my View from LeftMenu: ``` func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) { tableView.deselectRowAtIndexPath(indexPath, animated: true) switch indexPath.row { case 0: sideMenuViewController?.contentViewController = UINavigationController(rootViewController: ProfileMgmtViewController()) sideMenuViewController?.hideMenuViewController()...

I'm trying to run `pod pack` for a library that depends on RealmSwift and I'm receiving this error message; ``` [!] Unable to determine the Swift version for the following...

When running the code below on iOS 13: `MMWormhole.defaultWormhole().passMessageObject(session.asDictionary() as NSCoding, identifier: MMWormholeMessageIdentifiers.session.forDirection(.send))` I'm getting the error: ``` 2019-12-05 04:08:44.649148-0800 Perfect Run[4104:1225521] [WC] EXCEPTION: -[WCSession updateApplicationContext:error:]: applicationContext cannot be nil....