Skip to content

Commit

Permalink
Added example code to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Nov 3, 2014
1 parent d67077e commit ab7c657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Example/TSMessages/TSDemoViewController.m
Expand Up @@ -194,6 +194,11 @@ - (IBAction)didTapNavBarOverlay:(id)sender
// return 44.0; // any calculation here
//}

//- (void)customizeMessageView:(TSMessageView *)messageView
//{
// messageView.alpha = 0.5;
//}

- (IBAction)didTapNavbarHidden:(id)sender
{
self.navigationController.navigationBarHidden = !self.navigationController.navigationBarHidden;
Expand Down

0 comments on commit ab7c657

Please sign in to comment.