TabbedBanner/TabbedBanner/Tab3ViewController.m
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
View controller for tab 3. |
*/ |
#import "Tab3ViewController.h" |
@interface Tab3ViewController () |
@end |
@implementation Tab3ViewController |
- (void)viewDidLoad |
{ |
[super viewDidLoad]; |
NSDictionary *ipsums = [NSDictionary dictionaryWithContentsOfURL:[[NSBundle mainBundle] URLForResource:@"ipsums" withExtension:@"plist"]]; |
self.text = ipsums[@"Vegan"]; |
} |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-10-29