Skip to content

Instantly share code, notes, and snippets.

@nwg
Created November 17, 2011 18:56
Show Gist options
  • Save nwg/1374087 to your computer and use it in GitHub Desktop.
Save nwg/1374087 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad
{
[super viewDidLoad];
self.actionBar = [SocializeActionBar actionBarWithUrl:@"http://www.example.com/object/1234" presentModalInController:self];
self.actionBar.noAutoLayout = YES;
self.actionBar.view.frame = CGRectMake(0, 400, 320, SOCIALIZE_ACTION_PANE_HEIGHT)
[self.view addSubview:self.actionBar.view];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment