We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BeeHive/BeeHive/BHRouter.m
Lines 401 to 407 in ff7aef5
finalParams为了初始化vc的属性,所以[obj setObject:obj forKey:finalParams];应该改成如下
finalParams
[obj setObject:obj forKey:finalParams];
[finalParams enumerateKeysAndObjectsUsingBlock:^(NSString * _Nonnull key, id _Nonnull val, BOOL * _Nonnull stop) { [obj setValue:val forKey:key]; }];
The text was updated successfully, but these errors were encountered:
@ZoMinster
Sorry, something went wrong.
我OpenURL走到这一步就崩溃了
No branches or pull requests
BeeHive/BeeHive/BHRouter.m
Lines 401 to 407 in ff7aef5
finalParams
为了初始化vc的属性,所以[obj setObject:obj forKey:finalParams];
应该改成如下The text was updated successfully, but these errors were encountered: