Skip to content

timbodeit/TextImageButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextImageButton

Build Status Version License Platform

Image spacing and side selection for UIButton. Fully auto-layout compatible.

Example Gif

Usage

Setting text and image on TextImageButton works like it does on a vanilla UIButton:

let button = TextImageButton()

button.setTitle("I'm a TextImageButton", forState: .Normal)
button.setImage(UIImage(named: "beachball"), forState: .Normal)


Spacing

It allows specifying the spacing between title and image:

button.spacing = 20


Image position

To choose the side the image is set on, specify imagePosition.
There is also boolean @IBInspectable imageOnRight attribute that you can set inside the storyboard

button.imagePosition = .Right

Swift Version

While TextImageButton can be used in Objective-C code, it is written completely in Swift.

Version 0.2 is compatible with Swift 3. For Swift 2 use Version 0.1.1.

Example Project

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

TextImageButton is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TextImageButton"

Author

Tim Bodeit, tim@bodeit.com

Inspired by this stackoverflow answer by jasongregori.

License

TextImageButton is available under the MIT license. See the LICENSE file for more info.

About

Image spacing and side selection for UIButton

Resources

License

Stars

Watchers

Forks

Packages

No packages published