Sha256: e0d8e149ba81119b3550e9369bac9cdf6dc10958cc1fb118d78e3721d755d32a

Contents?: true

Size: 543 Bytes

Versions: 5

Compression:

Stored size: 543 Bytes

Contents

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

import UIKit
import AppGroup

class ViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        NSLog("%@", AppGroup.appGroupID())
        NSLog("%d", AppGroup.userDefaults().integerForKey("answer"))
    }

    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/ReadFromAppGroup/ViewController.swift
cocoapods-app_group-0.4.0 Example/ReadFromAppGroup/ViewController.swift
cocoapods-app_group-0.3.0 Example/ReadFromAppGroup/ViewController.swift
cocoapods-app_group-0.2.0 Example/ReadFromAppGroup/ViewController.swift
cocoapods-app_group-0.1.0 Example/ReadFromAppGroup/ViewController.swift