Skip to content

Instantly share code, notes, and snippets.

View PoslinskiNet's full-sized avatar
🐹
#TomsterOnTour

Dawid Pośliński PoslinskiNet

🐹
#TomsterOnTour
View GitHub Profile
@PoslinskiNet
PoslinskiNet / LinearGradientView.h
Created June 9, 2013 11:02
Simple way how to achieve Linear Gradient View in Objective-c
#import <UIKit/UIKit.h>
@interface LinearGradientView : UIView
@end
@PoslinskiNet
PoslinskiNet / RadialGradientView.h
Created June 9, 2013 11:00
Simple way how to achieve Radial Gradient View in Objective-C
#import <UIKit/UIKit.h>
@interface RadialGradientView : UIView
@end