Skip to content

Instantly share code, notes, and snippets.

View aniltv06's full-sized avatar

Anil T V aniltv06

View GitHub Profile
@aniltv06
aniltv06 / UILabelStrikethrough.h
Created September 20, 2011 05:15 — forked from mikaelbartlett/UILabelStrikethrough.h
Simple class for IOS SDK UILabel with strikethrough
@interface UILabelStrikethrough : UILabel {
int xOffset;
int yOffset;
int widthOffset;
int stroke;
UIColor* strokeColor;
}
@property (nonatomic) int xOffset;
@property (nonatomic) int yOffset;
@property (nonatomic) int widthOffset;