Skip to content

Instantly share code, notes, and snippets.

@oliverdowling
oliverdowling / CEButton.h
Last active October 22, 2017 14:51
A custom UIButton extension that can change title and image insets depending on button state.
//
// CEButton.h
//
// Created by Cemal Eker on 11/12/13. (2013-11-12)
// Modified by Oliver Dowling on 2014-04-28.
//
#import <UIKit/UIKit.h>
@interface CEButton : UIButton