Skip to content

Commit 6ff29e8

Browse files
authored
fix(docs): wrong app delegate file mention (#71)
1 parent 10e9f94 commit 6ff29e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To properly handle interface orientation changes in iOS, you need to update your
107107

108108
##### Objective-C
109109

110-
In your AppDelegate.h file, import "OrientationDirector.h" and implement supportedInterfaceOrientationsForWindow method as follows:
110+
In your AppDelegate.mm file, import "OrientationDirector.h" and implement supportedInterfaceOrientationsForWindow method as follows:
111111

112112
```objc
113113
#import <OrientationDirector.h>

0 commit comments

Comments
 (0)