Layer-Parse-iOS-Swift-Example
Layer-Parse-iOS-Swift-Example copied to clipboard
This is a Swift sample app that integrates Layer and Atlas with Parse.
I am using Xcode 7.3 and swift 2.2 
this is my code : ``` class test: ATLConversationViewController, ATLConversationViewControllerDataSource, ATLConversationViewControllerDelegate { var dateFormatter: NSDateFormatter = NSDateFormatter() var usersArray: NSArray! override func viewDidLoad() { super.viewDidLoad() self.dataSource = self self.delegate =...
From here: https://github.com/layerhq/Layer-Parse-iOS-Example/issues/24 I know you are no longer working on this project, but maybe you would have a clue to what's wrong. From the link: "To generate issue do...