Skip to content

Commit

Permalink
fixes telly#1
Browse files Browse the repository at this point in the history
User reported not being able to compile with "typeof"
  • Loading branch information
Mazyod committed Jun 27, 2014
1 parent daa2488 commit 8869cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLYShyNavBar/TLYShyNavBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ - (instancetype)init
return CGRectGetHeight(view.bounds);
};

__weak typeof(self) weakSelf = self;
__weak __typeof(self) weakSelf = self;
self.extensionController.expandedCenter = ^(UIView *view)
{
return CGPointMake(CGRectGetMidX(view.bounds),
Expand Down

0 comments on commit 8869cc7

Please sign in to comment.