All Projects → rickytan → RTIconButton

rickytan / RTIconButton

Licence: MIT license
A Interface Builder configurable UIButton with a image icon

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to RTIconButton

Lgbutton
A fully customisable subclass of the native UIControl which allows you to create beautiful buttons without writing any line of code.
Stars: ✭ 2,216 (+5440%)
Mutual labels:  uibutton, button
Pmsuperbutton
🔥 PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
Stars: ✭ 653 (+1532.5%)
Mutual labels:  uibutton, button
TezButton
TezButton is include Title/Backgound Color, border, corner radius options and Bottom/Left label, Include data button.
Stars: ✭ 20 (-50%)
Mutual labels:  uibutton, button
Progressbutton
Custom ProgressButton
Stars: ✭ 52 (+30%)
Mutual labels:  uibutton, button
Spbutton
自定义按钮,图片可在上、左、下、右,可调整图文间距,新增属性支持storyBoard/xib,系统按钮的所有属性和方法依然生效
Stars: ✭ 91 (+127.5%)
Mutual labels:  uibutton, button
Transitionbutton
UIButton sublass for loading and transition animation.
Stars: ✭ 1,124 (+2710%)
Mutual labels:  uibutton, button
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-10%)
Mutual labels:  uibutton, button
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (+192.5%)
Mutual labels:  uibutton, button
AnimatedButton
UIButton subclass which performs animation on selection
Stars: ✭ 16 (-60%)
Mutual labels:  uibutton, button
Lyrics-to-Audio-Alignment
Aligns text (lyrics) with monophonic singing voice (audio). The algorithm uses structural segmentation to segment the audio into structures and then uses hidden markov models to obtain alignment within segments. The final alignment is concatenation of time stamps of lyrics within the segments for each song.
Stars: ✭ 57 (+42.5%)
Mutual labels:  alignment
octicons-modular
GitHub Octicons with tree-shaking support and icon-per-file style.
Stars: ✭ 25 (-37.5%)
Mutual labels:  icon
mrivis
medical image visualization library and development toolkit
Stars: ✭ 19 (-52.5%)
Mutual labels:  alignment
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (+590%)
Mutual labels:  icon
svelte-fa
Tiny FontAwesome 5 component for Svelte
Stars: ✭ 214 (+435%)
Mutual labels:  icon
cath-tools
Protein structure comparison tools such as SSAP and SNAP
Stars: ✭ 40 (+0%)
Mutual labels:  alignment
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+50%)
Mutual labels:  button
colorify
Colorify - C# .Net Console Library with Text Format: colors, alignment and lot more [ Win+Mac+Linux ]
Stars: ✭ 49 (+22.5%)
Mutual labels:  alignment
payment alipay
odoo alipay module
Stars: ✭ 27 (-32.5%)
Mutual labels:  alignment
qpage
👨‍💻 Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+117.5%)
Mutual labels:  icon
archer-svgs
异步加载svg解决方案
Stars: ✭ 23 (-42.5%)
Mutual labels:  icon

RTIconButton

CI Status Version License Platform

This is a drop-in replacement for UIButton, which support convenient configuration for image icon's position and icon title margin.

It also support control centent aligns.

NOTE: To support IB, you must set use_frameworks! in your Podfile.

S1

Usage

  1. Drag and drop a UIButton to your controller
  2. set the Class to RTIconButton
  3. set the icon position, icon margin and icon size. If size is not specified, it will displayed in the image natural size.

S2

S3

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

Requirements

  • UIKit
  • Xcode 6

Installation

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

pod "RTIconButton"

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].