Skip to content

Instantly share code, notes, and snippets.

@nwg
Created December 13, 2011 21:39
Show Gist options
  • Select an option

  • Save nwg/1474011 to your computer and use it in GitHub Desktop.

Select an option

Save nwg/1474011 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad
{
[super viewDidLoad];
self.actionBar = [SocializeActionBar actionBarWithKey:@"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