Configuration for heroku(required)
AppDelegate.swift
1 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { |
Save data to parse server
viewController.swift
1 | // Unwrap image file data from UIImageView |
Get data from parse server
1 | let information = PFQuery(className: "messages") |