E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
uibutton
iOS 倒计时控件EBCountDownButton
大部分app注册、短信登录都会有填写手机号码或者邮箱获取验证码的步骤,刚好自己项目中也需要用到,就基于
UIButton
封装了一个小控件。
我喝多了
·
2020-03-18 22:25
tableView的cell点击选择选项,改变图形和选择点击事件
@interfaceVipMoneyViewController(){
UIButton
*_preBtn;}@property(assign,nonatomic)NSIntegerselectRow;-(
江湖人称_赫大侠
·
2020-03-18 20:21
iOS 日期(几分钟前,几天前,几个月前)
服务器返回字符串或者nsdate类型时转成产品要求的多少分钟之前,几天前之类的时间字符串//应用实例-(void)viewDidLoad{[superviewDidLoad];
UIButton
*btn1
武一顶顶
·
2020-03-18 17:50
【源码解读】SDWebImage ─── 总结
SDWebImage是一个提供UIImageView和
UIButton
类异步加载图片并且缓存的框架,接口简洁,类的分工十分明确。框架文件也不少,但主要围绕下载缓存的实现去解读就容易理清楚。
WellsCai
·
2020-03-18 16:53
使用线程下载网络图片
点击按钮,使用线程下载网络图片@property(strong,nonatomic)IBOutletUIImageView*iv;@property(strong,nonatomic)IBOutlet
UIButton
韩叨叨
·
2020-03-18 12:32
iOS设置view的圆角
上图是目标效果;那让我们来实现吧
UIButton
*button=[
UIButton
buttonWithType:
UIButton
TypeCustom];button.frame=CGRectMake(100,200,100,50
白牛桑
·
2020-03-18 10:21
导航栏 item 距离调整
UIButton
*rightfirstbtn=[
UIButton
buttonWithType:
UIButton
TypeCustom];[rightfirstbtnsetBackgroundImage:[
赤焰军少帅林殊
·
2020-03-18 08:13
扩大按钮点击范围
直接调用即可.h#import#import@interface
UIButton
(EnlargeEdge)-(void)setEnlargeEdge:(CGFloat)size;-(void)setEnlargeEdgeWithTop
EnjoyWT
·
2020-03-18 07:18
UIScrollView明细
1.UIScrollView内部按钮
UIButton
点击延迟处理今天在写一个布局,一个scrollView上加四个按钮,image.png当点击按钮的时候,延迟特别严重,需要长按才能看到点击高亮效果,初步判定是点击事件冲突导致
张俊凯
·
2020-03-18 06:12
那种带箭头的排序按钮
效果就像下边这样▼屏幕快照2016-08-08下午5.56.00.png对于实现这种效果的思路就是改变
UIButton
的TitleEdgeInsets与ImageEdgeInsets这两个属性的值就好了
CaesarsTesla
·
2020-03-18 06:35
swift
UIButton
-图文排列
下面的extension为
UIButton
提供了四种样式:图上文下,图下文上,图左文右(
UIButton
默认样式),图右文左。
苏东没有坡
·
2020-03-18 05:03
滚动视图
{UIScrollView*scoll;UIPageControl*page;
UIButton
*nb;NSArray*aa;}@end@implementationmyViewController-(void
武小倩
·
2020-03-18 04:41
Objective-C UIControl详解
UIControl是诸如
UIButton
、UISwitch、UITextField等控件的父类,它本身也包含了一些属性和方法,但是不能直接使用UIControl类,它只是定义了子类都需要使用的方法。
程序圆圆
·
2020-03-18 04:51
ShareSDK自定义分享弹出视图
主要代码:-(void)clickedSharedItem:(
UIButton
*)button{intshareType=0;switch(button.tag){case10:{shareType=SSDK
远航Yang
·
2020-03-18 03:52
ios -- UITableView简单的移动删除Demo
当我们点击编辑时我们可以对表格进行移动删除操作#import"ViewController.h"@interfaceViewController(){UITableView*_table;NSMutableArray*marr;
UIButton
Besic1024
·
2020-03-18 03:16
iOS开发中的小技巧11:更改图片颜色
开发中,图标的颜色有时需要更改,但是如果让UI做不同的颜色的图片放到工程中有没有必要,此时,可以采用以下是那种方法,更改图标的渲染颜色:
UIButton
,UIImageView都可以更改颜色1.更改图片设置
莫离_焱
·
2020-03-18 03:49
iOS-
UIButton
倒计时
在倒计时结束时,我们还想让其进入首页于是乎,就有了下面的分类@implementation
UIButton
(CountDown)/**倒计时@paramtimeLine倒计时时
安处幽篁兮
·
2020-03-18 03:42
iOS-自定义
UIButton
-文字在左、图片在右(一)
自定义HQCustomButton继承自
UIButton
,重写layoutSubviews方法(见如下代码):#import"HQCustomButton.h"@implementationHQCustomButton
透支未来
·
2020-03-18 02:22
【转载XMG】03-综合练习
用代码创建一个Button
UIButton
*btn=[[
UIButton
alloc]init];//给定button在view上的位置分别是button1.frame=CGRectMake(20,50,280,20
陈水寒
·
2020-03-18 01:37
UIButtton无点击效果(添加在 tabelViewCell和 scolleView)
问题:发现在把UIButtton添加在tabelViewCell或者scolleView上,
UIButton
没有点击高亮效果.但是长按下去会看到普通的button效果.分析:UIScrollView有一个
飞鱼YP
·
2020-03-17 17:17
UIButton
按下时颜色变化问题
UIButton
是开发过程中很常用的一个控件,今天在做这样一个效果的时候却遇到了一个问题。
East_wu
·
2020-03-17 17:49
iOS 读取txt文本 、语音播报文本
import"ViewController.h"#import@interfaceViewController()//播放暂停按钮xib@property(weak,nonatomic)IBOutlet
UIButton
ShanJiJi
·
2020-03-17 13:35
ios - 多线程之八:GCD线程组
常用方法注意事项:使用线程组的方法来创建任务是没有同步任务的,创建按钮入口
UIButton
*btn5=[
UIButton
buttonWithType:
UIButton
TypeCustom];btn5.frame
乐意先生
·
2020-03-17 12:08
UIView的常见属性
//#import"ViewController.h"@interfaceViewController()@property(weak,nonatomic)IBOutlet
UIButton
*btnButton
GrayWolf
·
2020-03-17 12:45
单选button
//button点击方法-(void)toggle:(
UIButton
*)button{if(_dataArr==nil){button.userInteractionEnabled=NO;}else{
崔又淇
·
2020-03-17 08:55
22-Swift之UIIButton
1、
UIButton
的介绍按钮是App开发中不可缺少的工具,主要是和用户交互触发某一个时间。但也有好多用法,后续再说。
NetWork小贱
·
2020-03-17 08:57
iOS_动画_实例(1)_POP_金额格式数字动画
money"initializer:^(POPMutableAnimatableProperty*prop){prop.writeBlock=^(idobj,constCGFloatvalues[]){
UIButton
丶纳凉
·
2020-03-17 05:26
返回局部变量的值
button//设置组的头视图-(UIView*)tableView:(UITableView*)tableViewviewForHeaderInSection:(NSInteger)section{
UIButton
YuWenHaiBo
·
2020-03-17 05:42
UI基本控件总结
这几天我们学习了UI的一些基本控件,UI基本控件主要有UISwitch、
UIButton
、UISlider、UISegmentController、UIPageController,下面就总结一下他们的一些主要属性和方法
万水千山123
·
2020-03-17 04:43
使添加动画在移动中的UIView(例如:
UIButton
)拥有点击事件,红包效果
1、添加定时器以及图片@interfaceViewController()/**定时器*/@property(strong,nonatomic)CADisplayLink*displayLink;/**图片*/@property(strong,nonatomic)UIImage*image;@end2、初始化定时器以及图片-(void)viewDidLoad{[superviewDidLoad];
会编程的男神俊
·
2020-03-17 04:11
IOS打开设备手电筒
BOOLLightOn;AVCaptureDevice*device;}@implementationMobileViewControllers-(void)viewDidLoad{[superviewDidLoad];
UIButton
2134e6d4f39b
·
2020-03-17 01:54
UIButton
的初始化
方法1.
UIButton
*button=[[
UIButton
alloc]initWithFrame:frame];方法2.
UIButton
*button=[
UIButton
buttonWithType:
_DN
·
2020-03-17 00:06
UITextField和
UIButton
UITextFieldUITextField(输入框):是控制文本输入和显示的控件。UITextField也是UIView的子类,在App中UITextField出现频率也比较高。iOS系统借助虚拟键盘实现输入,当点击输入框,系统会自动调出键盘,方便你进一步操作。在你不需要输入的时候,可以使用收回键盘的方法,收回弹出的键盘。UITextField和UILabel相比,UILabel主要用于文字显示
ly渐行渐远
·
2020-03-16 21:32
快三个月了
十二生肖主要了解uiimage,uitext,
uibutton
的入门使用。还有基本运算语法相亲神器主要学习如何取到并显示控件里的值。
wami
·
2020-03-16 21:57
代码创建
UIButton
设置文字和图片间距以及设置按钮在不同状态下的背景颜色
我们在开发中经常遇到要设置图片和文字的位置和间距的问题,当然自定义按钮可以实现,但继承需要改变原来类且耦合度高,不利于复用,而Category则更易于复用且不需要改变原来类,引用一句话:Category区别于继承的最大不同点在于,它是在不改变原有类的前提下,动态的去扩展该类的类方法和实例方法,所以下面我们使用Category来做到设置按钮文字和图片的位置以及间距,按钮不同状态下的背景颜色,不废话了
秋天的田野
·
2020-03-16 20:59
验证码倒计时
基本都看得懂#import"ViewController.h"@interfaceViewController()@property(nonatomic,strong)
UIButton
*timeButton
凡尘一笑
·
2020-03-16 20:07
iOS基础之控件(篇1)
目录3.UITextField文本输入框4.
UIButton
按钮5.UITextView多行文本6.UIScrollView滚动视图3.UITextField文本输入框[self.viewaddSubview
风雨路上砥砺前行
·
2020-03-16 19:08
Swift创建一个图文共存的按钮
importUIKitclassBackButton:
UIButton
{overridefunctitleRectForContentRect(contentRect:CGRect)->CGRect{returnCGRectMake
宝家软件
·
2020-03-16 17:01
iOS SDK:预览和打开文档
-(void)viewDidLoad{[superviewDidLoad];//Doanyadditionalsetupafterloadingtheview,typicallyfromanib.
UIButton
风继续吹0
·
2020-03-16 17:24
成员变量/实例变量/属性变量的区别和联系
@interfaceMyViewController:UIViewControlle{
UIButton
*yourButton;intcount;iddata;}@property(nonatomic,strong
佟掌柜666
·
2020-03-16 17:12
运行时runTime
runtime在工作总遇到的问题:1.runtime的几个问题2.runtime解决重复点击
UIButton
的问题3.利用runtime解决数据插入到数组时奔溃的问题4.runtime解决3Dtouch
吴霸格07
·
2020-03-16 16:07
动画过程中响应事件
通过动画移动到另外一个位置,希望可以在移动的过程中也能点击按钮做某件事,一般情况下我们会按照下面的方法处理-(void)viewDidLoad{[superviewDidLoad];//初始化按钮button=[[
UIButton
alloc
j24129114
·
2020-03-16 15:10
设置
UIButton
高亮状态下的背景颜色
1,通过按钮的事件来设置背景色-(void)viewDidLoad{[superviewDidLoad];
UIButton
*button1=[[
UIButton
alloc]initWithFrame:CGRectMake
丝丝雨凉
·
2020-03-16 15:05
iOS开发 ViewController 常用结构
varbutton=
UIButton
()vartableView=UITableView()//MARK:-LifeCycle生命周期overridefuncviewDidLoad(){supe
小黑Swift
·
2020-03-16 15:56
给
UIbutton
加两个category,扩大点击区域和增加点击间隔
在网上找到了两个分类,分享给大家,github地址https://github.com/wubianxiaoxian/SKF
UIbutton
category使用很简单,导入项目中的两个
uibutton
的
敲代码的树懒
·
2020-03-16 12:35
iOS开发登录页面的实现
interfaceLoginViewController:UIViewController-(IBAction)loginBtnAction:(id)sender;@property(weak,nonatomic)IBOutlet
UIButton
Courage_SC
·
2020-03-16 10:11
Swift 学习之 button 点击事件传递触摸对象踩的坑
SwiftTimeSelectViewController.makeSureSelectTime(_:)),for:UIControlEvents.touchUpInside)//点击事件的方法funcmakeSureSelectTime(_button:
UIButton
马爷
·
2020-03-16 09:16
网络数据请求
/用来拼接data@property(nonatomic,strong)NSMutableData*totadata;//storybod的四个button-(IBAction)getaction:(
UIButton
艾克12138
·
2020-03-16 08:44
iOS 设置
UIButton
image、label位置
![3ED327FA-1DD1-4DF7-B7BF-ED1F81D41EC4.png](http://upload-images.jianshu.io/upload_images/2795270-73b98035fe82d12c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)9881D3CE-2626-448B-B968-9B928A
ZJ_偶尔上路
·
2020-03-16 07:04
UIControl
UIKit提供了一组控件:UISwitch开关、
UIButton
按钮、UISegmentedControl分段控件、UISlider滑块、UITextField文本字段控件、UIPageControl分页控件
脑子勺掉了吧你
·
2020-03-16 06:59
上一页
42
43
44
45
46
47
48
49
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他