All Projects → SPStore → Spbutton

SPStore / Spbutton

自定义按钮,图片可在上、左、下、右,可调整图文间距,新增属性支持storyBoard/xib,系统按钮的所有属性和方法依然生效

Projects that are alternatives of or similar to Spbutton

Progressbutton
Custom ProgressButton
Stars: ✭ 52 (-42.86%)
Mutual labels:  button, uibutton
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 (+2335.16%)
Mutual labels:  button, uibutton
Emspinnerbutton
UIButton sublcass with loading animation
Stars: ✭ 117 (+28.57%)
Mutual labels:  button, uibutton
RTIconButton
A Interface Builder configurable UIButton with a image icon
Stars: ✭ 40 (-56.04%)
Mutual labels:  uibutton, button
Pmsuperbutton
🔥 PMSuperButton is a powerful UIButton coming from the countryside, but with super powers! 😎
Stars: ✭ 653 (+617.58%)
Mutual labels:  button, uibutton
TezButton
TezButton is include Title/Backgound Color, border, corner radius options and Bottom/Left label, Include data button.
Stars: ✭ 20 (-78.02%)
Mutual labels:  uibutton, button
AnimatedButton
UIButton subclass which performs animation on selection
Stars: ✭ 16 (-82.42%)
Mutual labels:  uibutton, button
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-60.44%)
Mutual labels:  button, uibutton
Transitionbutton
UIButton sublass for loading and transition animation.
Stars: ✭ 1,124 (+1135.16%)
Mutual labels:  button, uibutton
Particleeffectsbuttons
A little library that can be used for bursting particles effects on buttons and other elements
Stars: ✭ 1,122 (+1132.97%)
Mutual labels:  button
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-16.48%)
Mutual labels:  uibutton
Swifticonfont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon)
Stars: ✭ 1,094 (+1102.2%)
Mutual labels:  uibutton
Fitbutton
The button which can use with icon, text, divider, custom ripple effect, border, corner radius e.t.c.
Stars: ✭ 63 (-30.77%)
Mutual labels:  button
Wymaterialbutton
Interactive and fully animated Material Design button for iOS developers.
Stars: ✭ 80 (-12.09%)
Mutual labels:  button
Animatedpencil
Animated Pencil Action view for Android
Stars: ✭ 61 (-32.97%)
Mutual labels:  button
React Native Circle Button
A Customizable React Native Circle Button
Stars: ✭ 87 (-4.4%)
Mutual labels:  button
React Native Selectmultiple Button
A button (or a grouped buttons) supporting multiple or radio selection by building with React Native. https://github.com/danceyoung/selectmultiplebuttons for Swift.
Stars: ✭ 72 (-20.88%)
Mutual labels:  button
Ripple Without Js
Create Material Design ripple effect in your HTML without using a single line of JS.
Stars: ✭ 53 (-41.76%)
Mutual labels:  button
Zwmusicdownloadview
精仿唱吧App音乐下载进度按钮,完美快速集成使用(A beautiful musical download progress button which can show the progress and click to play Music after finishing)
Stars: ✭ 88 (-3.3%)
Mutual labels:  button
Statebutton
一个可以用代码设置selector背景(按下去背景颜色更改,样式变化等等)的button, 再也不用写selector了
Stars: ✭ 1,276 (+1302.2%)
Mutual labels:  button

SPButton

Pod Version Pod Platform Language

安装

target 'MyApp' do
  pod 'SPButton', '~> 3.1.0'
end

如何使用

  • 创建(创建的时候就设定图片的位置,也可以之后通过属性imagePosition设置)
SPButton *button = [[SPButton alloc] initWithImagePosition:SPButtonImagePositionLeft];
  • 设置图片位置
button.imagePosition = SPButtonImagePositionTop;
  • 设置图文间距
button.imageTitleSpace = 10;

效果图

image

测试演示图(gif)

image

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].