We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cf6c5 commit 0705c75Copy full SHA for 0705c75
Leanplum-SDK/Classes/Leanplum.m
@@ -334,14 +334,14 @@ + (void)allowInterfaceEditing
334
{
335
[self throwError:@"Leanplum UI Editor has moved to separate Pod."
336
"Please remove this method call and include this "
337
- "line in your Podfile: pod 'Leanplum-iOS-Editor'"];
+ "line in your Podfile: pod 'Leanplum-iOS-UIEditor'"];
338
}
339
340
+ (BOOL)interfaceEditingEnabled
341
342
343
344
345
return NO;
346
347
0 commit comments