Version 1.5 - Updated on 10/20/2016
Superclass: PCFile
Declared In: PCPhoto.h
This class stores the metadata information of a photo.
- (id)initWithDBResourceID:(NSManagedObjectID *)managedObjectID;
PCPhoto
using a managedObjectID
. managedObjectID
is mapped with coredata
object and a PCPhoto
is created out of the values copied from the coredata object.capturedDate
@property (nonatomic, readonly, strong) NSDate *capturedDate;
geoLatitude
@property (nonatomic, readonly, strong) NSNumber *geoLatitude;
geoLongitude
@property (nonatomic, readonly, strong) NSNumber *geoLongitude;
height
@property (nonatomic, readonly, strong) NSNumber *height;
width
@property (nonatomic, readonly, strong) NSNumber *width;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.