Skip to content

Instantly share code, notes, and snippets.

@yelled3
yelled3 / gist:6881965
Last active August 23, 2017 15:15
UINavigationBar with totally transparent background (iOS6 + iOS7 tested)
#import <UIKit/UIKit.h>
@interface MyCustomNavigationBar : UINavigationBar
@end
@implementation MyCustomNavigationBar
- (id)initWithFrame:(CGRect)frame
{
@staltz
staltz / introrx.md
Last active July 15, 2024 15:43
The introduction to Reactive Programming you've been missing