Skip to content

Commit

Permalink
Merge pull request #3236 from mstepanov/timob-11394
Browse files Browse the repository at this point in the history
[TIMOB-11394] declare accessibility event properties for Xcode 4.2
  • Loading branch information
vishalduggal committed Oct 17, 2012
2 parents 2e0ebed + 13b1608 commit c53d90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iphone/Classes/AppModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
@property(nonatomic,readonly) NSNumber* keyboardVisible;
@property(nonatomic,readwrite,assign) NSNumber* disableNetworkActivityIndicator;

@property (nonatomic, readonly) NSString *EVENT_ACCESSIBILITY_ANNOUNCEMENT;
@property (nonatomic, readonly) NSString *EVENT_ACCESSIBILITY_CHANGED;

#ifdef USE_TI_APPIOS
@property(nonatomic,readonly) TiProxy* iOS;
Expand Down
2 changes: 2 additions & 0 deletions iphone/Classes/TiAppiOSProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
@private
NSMutableDictionary *backgroundServices;
}
@property (nonatomic, readonly) NSString *EVENT_ACCESSIBILITY_LAYOUT_CHANGED;
@property (nonatomic, readonly) NSString *EVENT_ACCESSIBILITY_SCREEN_CHANGED;

@end

Expand Down

0 comments on commit c53d90b

Please sign in to comment.