mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix parameter naming in docs (#12732)
This commit is contained in:
parent
2f6b6cb0ec
commit
7bb1a6b0aa
@ -53,8 +53,8 @@ FLUTTER_EXPORT
|
||||
* The initialized viewcontroller will attach itself to the engine as part of this process.
|
||||
*
|
||||
* @param engine The `FlutterEngine` instance to attach to.
|
||||
* @param nibNameOrNil The NIB name to initialize this UIViewController with.
|
||||
* @param nibBundleOrNil The NIB bundle.
|
||||
* @param nibName The NIB name to initialize this UIViewController with.
|
||||
* @param nibBundle The NIB bundle.
|
||||
*/
|
||||
- (instancetype)initWithEngine:(FlutterEngine*)engine
|
||||
nibName:(nullable NSString*)nibName
|
||||
@ -64,9 +64,9 @@ FLUTTER_EXPORT
|
||||
* Initializes a new FlutterViewController and `FlutterEngine` with the specified
|
||||
* `FlutterDartProject`.
|
||||
*
|
||||
* @param projectOrNil The `FlutterDartProject` to initialize the `FlutterEngine` with.
|
||||
* @param nibNameOrNil The NIB name to initialize this UIViewController with.
|
||||
* @param nibBundleOrNil The NIB bundle.
|
||||
* @param project The `FlutterDartProject` to initialize the `FlutterEngine` with.
|
||||
* @param nibName The NIB name to initialize this UIViewController with.
|
||||
* @param nibBundle The NIB bundle.
|
||||
*/
|
||||
- (instancetype)initWithProject:(nullable FlutterDartProject*)project
|
||||
nibName:(nullable NSString*)nibName
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user