Skip to content

Instantly share code, notes, and snippets.

View shric's full-sized avatar
💭
I may be slow to respond.

Chris Young shric

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am shric on github.
  • I am shric (https://keybase.io/shric) on keybase.
  • I have a public key ASDXfHLiAPnOZ9cl1rHhBspbAhS_syF_f_XNvr_ymcWLtwo

To claim this, I am signing this object:

diff --git a/BSPApp/Classes/BSPSubsectionHelpController.m b/BSPApp/Classes/BSPSubsectionHelpController.m
index 74acc16..f890fcd 100644
--- a/BSPApp/Classes/BSPSubsectionHelpController.m
+++ b/BSPApp/Classes/BSPSubsectionHelpController.m
@@ -137,8 +137,13 @@
else {
BSPWebViewController *webctr = [[[BSPWebViewController alloc] initWithURL:[request URL]] autorelease];
//[self.navigationController pushViewController:webctr animated:YES];
- webctr.modalPresentationStyle = UIModalPresentationCurrentContext;
- [self.parentViewController presentModalViewController:webctr animated:YES];