Change label from iOS to ObjC (#3398)

Summary:
The documentation shows Swift and ObjC code, but the label names are Swift and iOS.

## Changelog
Modify the documentation

Pull Request resolved: https://github.com/facebook/flipper/pull/3398

Test Plan:
No test plan

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D34269458/V2/flipper/)|

|**Modified Pages**|
|[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D34269458/V2/flipper/docs/getting-started/ios-native/)|

Reviewed By: mweststrate

Differential Revision: D34269458

Pulled By: aigoncharov

fbshipit-source-id: 98909b539b49a54eb6cba8605b55a00e53619a19
This commit is contained in:
tsubasa kogoma
2022-02-16 08:25:41 -08:00
committed by Facebook GitHub Bot
parent d8530baa25
commit 63cec41e29

View File

@@ -89,8 +89,8 @@ This is done to overcome a bug with Xcode 11 which fails to compile swift code w
Install the dependencies by running `pod install`. You can now import and initialize Flipper in your
AppDelegate.
<Tabs defaultValue="ios" values={[{ label: 'iOS', value: 'ios'}, { label: 'Swift', value: 'swift'}]}>
<TabItem value="ios">
<Tabs defaultValue="objC" values={[{ label: 'ObjC', value: 'objC'}, { label: 'Swift', value: 'swift'}]}>
<TabItem value="objC">
```objc
#import <FlipperKit/FlipperClient.h>