Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #214 from JohnSundell/swift-vc-factory
Browse files Browse the repository at this point in the history
Swift refinement: Tweak simplest API for creating a view controller
  • Loading branch information
JohnSundell authored Dec 4, 2016
2 parents 3598841 + 08e4926 commit 2d58210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/HubFramework/HUBViewControllerFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN
* title into lowercase characters.
*/
- (HUBViewController *)createViewControllerWithContentOperations:(NSArray<id<HUBContentOperation>> *)contentOperations
featureTitle:(NSString *)featureTitle;
featureTitle:(NSString *)featureTitle NS_SWIFT_NAME(createViewController(withContentOperations:featureTitle:));

/**
* Create a view controller without a feature registration, with explicit identifiers
Expand Down

0 comments on commit 2d58210

Please sign in to comment.