Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44e38a8

Browse files
author
Jim Puls
committed
Add the storyboard name as a constant.
1 parentfbfdd57 commit44e38a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎identifierconstants/IDStoryboardDumper.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ - (void)startWithCompletionHandler:(dispatch_block_t)completionBlock;
4545
self.implementationContents = [NSMutableArrayarray];
4646

4747
NSMutableDictionary *uniqueKeys = [NSMutableDictionarydictionary];
48+
uniqueKeys[[NSStringstringWithFormat:@"%@%@StoryboardName",self.classPrefix, storyboardName]] = storyboardName;
4849

4950
for (NSString *identifier in identifiers) {
5051
NSString *key = [NSStringstringWithFormat:@"%@%@Storyboard%@Identifier",self.classPrefix, storyboardName, [identifierIDS_titlecaseString]];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp