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

Commit 2d58210

Browse files
authored
Merge pull request #214 from JohnSundell/swift-vc-factory
Swift refinement: Tweak simplest API for creating a view controller
2 parents 3598841 + 08e4926 commit 2d58210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/HubFramework/HUBViewControllerFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN
7373
* title into lowercase characters.
7474
*/
7575
- (HUBViewController *)createViewControllerWithContentOperations:(NSArray<id<HUBContentOperation>> *)contentOperations
76-
featureTitle:(NSString *)featureTitle;
76+
featureTitle:(NSString *)featureTitle NS_SWIFT_NAME(createViewController(withContentOperations:featureTitle:));
7777

7878
/**
7979
* Create a view controller without a feature registration, with explicit identifiers

0 commit comments

Comments
 (0)