Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff1efbf

Browse files
committed
Merge pull request #16 from mhartington/master
docs(): mention importing RemoteControls
2 parents d48fc86 + 2a513c1 commit ff1efbf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Add the plugin much like any other:
3939
}
4040
```
4141

42+
Then add this below `#import "MainViewController.h"` in `MainViewController.m`
43+
44+
```
45+
#import "MainViewController.h"
46+
//import remoteControls
47+
#import "RemoteControls.h"
48+
49+
@implementation MainViewController
50+
51+
```
52+
4253
## Supported Platforms
4354
- iOS
4455

0 commit comments

Comments
 (0)