Working implementation of ASInterfaceState for Display and FetchData behaviors.

This commit is contained in:
Scott Goodson
2015-11-28 22:48:30 -08:00
parent 943cae7eb9
commit 1ed22866b1
4 changed files with 50 additions and 6 deletions

View File

@@ -181,7 +181,10 @@ typedef NS_OPTIONS(NSUInteger, ASInterfaceState)
*/
@property (nonatomic, readonly, retain) CALayer *layer;
@property (nonatomic, readwrite) ASInterfaceState interfaceState;
@property (nonatomic, readonly) ASInterfaceState interfaceState;
- (void)enterInterfaceState:(ASInterfaceState)interfaceState;
- (void)exitInterfaceState:(ASInterfaceState)interfaceState;
/** @name Managing dimensions */