Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlawer committed Jun 23, 2013
1 parent ca2b407 commit 4e41f48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MBSwitch/MBSwitch.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ @interface MBSwitch () <UIGestureRecognizerDelegate> {
}
@property (nonatomic, assign) BOOL pressed;
- (CGPathRef) newPathForRoundedRect:(CGRect)rect radius:(CGFloat)radius;
- (void) setBackgroundOn:(BOOL)on animated:(BOOL)animated;
- (void) showFillLayer:(BOOL)show animated:(BOOL)animated;
- (CGRect) knobFrameForState:(BOOL)isOn;
@end

@implementation MBSwitch
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MBSwitch is an iOS style UISwitch working with iOS < 7<br />
You couls set the 'onTintColor', 'offTintColor' and the 'thumbTintColor' of your choice.<br />
It works with iPhone, iPod Touch or iPad, with retina display or not.<br />

<img width=480 src="http://i.imgur.com/ThqHN2G.gif"/>
<img width=580 src="https://raw.github.com/mattlawer/MBSwitch/master/README/anim.gif"/>


Usage
Expand Down
Binary file added README/anim.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e41f48

Please sign in to comment.