Sha256: 533d30bd937c2a5eaa59254a3f92196f425319ba708806dc5a971a403d3a8495

Contents?: true

Size: 612 Bytes

Versions: 5

Compression:

Stored size: 612 Bytes

Contents

//
//  ViewController.swift
//  Example
//
//  Created by mzp on 9/21/15.
//  Copyright © 2015 mzp. All rights reserved.
//

import UIKit
import AppGroup

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        NSLog("%@", AppGroup.appGroupID())
        AppGroup.userDefaults().setInteger(42, forKey: "answer")
        // Do any additional setup after loading the view, typically from a nib.
    }

    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }


}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cocoapods-app_group-0.4.1 Example/Example/ViewController.swift
cocoapods-app_group-0.4.0 Example/Example/ViewController.swift
cocoapods-app_group-0.3.0 Example/Example/ViewController.swift
cocoapods-app_group-0.2.0 Example/Example/ViewController.swift
cocoapods-app_group-0.1.0 Example/Example/ViewController.swift