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
IBAction
多控制器管理
-(
IBAction
)back:(UIButton*)sender{//通过展示控制器关闭当前窗口[self.presentingViewControllerdismissViewControllerAnimated
Chris201604
·
2016-05-31 22:10
iOS
XMPPFramework iOS开发(四)注册登录
二、用户登录2.1点击登录按钮-(
IBAction
)loginBtn
u011330638
·
2016-05-30 10:00
ios
注册登录
AliAPP 支付宝支付
@interfaceViewController()@end@implementationViewController-(void)viewDidLoad{[superviewDidLoad];}-(
IBAction
IOS1634769907
·
2016-05-17 17:01
iOS-UIAlertController的另类使用
先看图,意外发现很神奇的东西,最后发现……其实就是UIAlertController这个风格用的比较少具体实现代码:-(
IBAction
)alertAction{ UIAlertController*alertController
Mazy_ma
·
2016-05-14 17:00
uialert
切换文字颜色
切换文字颜色本节小结知识点:storyboard文件的认识控制器IBActionIBOutlet关于
IBAction
、IBOutlet前缀IB的解释类扩展(ClassExtension)项目的常见属性注意点常见错误
chendehao001
·
2016-05-11 23:00
控制器
storyboard
类扩展
IBAction
IBOutlet
切换文字颜色
切换文字颜色本节小结知识点:storyboard文件的认识控制器IBActionIBOutlet关于
IBAction
、IBOutlet前缀IB的解释类扩展(ClassExtension)项目的常见属性注意点常见错误
Arick-Chen
·
2016-05-11 23:00
OC下载网页
staticNSOperationQueue*queue; @interfaceViewController() @property(nonatomic,weak)UIActivityIndicatorView*indicator; -(
IBAction
u012701023
·
2016-05-09 20:00
多线程
下载
Class
ios开发
iOS之修改项目BUG之旅--(四)
问题:修改密码功能中,密码框切换明文/密文显示末尾空白的bug解决方案:-(
IBAction
)showPwdButtonClick:(id)sender{ self.isCheckOk=!
yxys01
·
2016-05-06 11:00
bug
密码
TextFiled
iOS 等待条件满足再向下执行但不主卡线程NSRunLoop
-(
IBAction
)start:(id)sender{pageStillLoading=YES;[NSThreaddetachNewThreadSelector:@selector(loadPageInBackground
jeffasd
·
2016-05-05 11:00
Runtime方法的使用—Protocol、SEL篇
本篇主要是Protocol、SEL相关的方法调用完整代码在这里#pragmamark-
IBAction
-(
IBAction
)logRunTimeAction:(id)sender{ objc_property_attribute_tattrs
xin814
·
2016-05-04 11:00
ios
protocol
Runtime
sel
Runtime方法的使用—Method、Ivar、Property篇
本篇主要是Method、Ivar、Property相关的方法调用完整代码在这里#pragmamark-
IBAction
-(
IBAction
)logRunTimeAction:(id)sender{ objc_property_attribute_tattrs
xin814
·
2016-05-04 11:00
ios
method
Runtime
property
Ivar
Runtime方法的使用—Object篇
本篇主要是Object相关的方法调用完整代码在这里#pragmamark-
IBAction
-(
IBAction
)logRunTimeAction:(id)sender{ objc_property_attribute_tattrs
xin814
·
2016-05-04 11:00
ios
ios
object
Runtime
修改frame 和修改bounds的不同
以放大为例根据bounds放大bounds是根据中心点扩大的-(
IBAction
)zoom:(UIButton*)button{CGRectframe=self.iconButton.bounds;if
ARVRinChina
·
2016-05-04 11:07
OC
基础
iOS开发总结之 CATransition
1.代码// #import"ViewController.h" @interfaceViewController() -(
IBAction
)previous; -(
IBAction
)next; @
sunnyboy9
·
2016-04-30 11:00
如何把图片存储到相册簿
//保存图片的方法 -(
IBAction
)save{ //将图片写入相册 //Addsaphototothesavedphotosalbum.TheoptionalcompletionSelectorshouldhavetheform
chinnyman
·
2016-04-28 10:00
图片
uiimage
iOS开发:调用相关设备
一、调用电话-(
IBAction
)callPhone:(id)sender{ #if0 //tel://打电话 NSURL*url=[NSURLURLWithString:@"tel://10010"
gongwutianya
·
2016-04-27 07:00
ios开发
音频的实现音乐声音的实现
interfaceViewController()@property(nonatomic,strong) AVAudioPlayer*player;@end@implementationViewController-(
IBAction
u011146511
·
2016-04-26 21:00
iOS开发总结之沙盒存储
自定义的对象不能保存到plist中 *//** *点击保存按钮 */ -(
IBAction
)saveDataBtnClick:(id)s
sunnyboy9
·
2016-04-24 22:00
打开手机的相册和视频
一,//相册-(
IBAction
)pickerImage:(id)sender{ //打开相册 UIImagePickerController*picker=[[UIImagePickerControlleralloc
u011146511
·
2016-04-24 11:00
ASIHTTPRequest
#pragmamark-同步请求-(
IBAction
)buttonOne:(id)sender{ NSURL*url=[NSURLURLWithString:@"http://allseeing-i.com
jhq2214
·
2016-04-23 19:00
ios
ASI
网络加载
各种常用的加密(MD5,SHA,)
使用之前需要导入: #import -(
IBAction
)commonMd5BtnPressed:(id)sender{ [entryptTypeLabelsetText:@"常规md5加密"];
mazegong
·
2016-04-21 09:00
多线程学习04-NSThread创建
三种创建线程的方式:/**按钮点击事件*/ -(
IBAction
)btnClick:(UIButton*)sender{ [selfcreatNSThread2]; } /**创建线程的方式1
Leemin_ios
·
2016-04-19 11:00
多线程
ios
ios开发
AFHTTPSessionManager文件下载
. // #import"ViewController.h" #import @interfaceViewController() -(
IBAction
)start:(UIButto
baohanqing
·
2016-04-18 17:00
NSTextAttachment的简单图文混排
@interface ViewController () @property (weak, nonatomic) IBOutlet UITextView *mulTextView; - (
IBAction
AAAAdler
·
2016-04-18 17:00
微专业GeekBand-IOS开发高级进阶笔记-第一周
它还可以设置一个ValueChanged的一个
IBAction
函数,代表在它的左边或者右
OneRice
·
2016-04-17 23:23
NSUserDefaults的使用
写了一个模拟登录的界面ViewController.h- (
IBAction
)login:(UIButton *)sender;ViewController.m#import "ViewController.h
langzhouzhou1
·
2016-04-14 20:00
CGAffineTransformMakeTranslation和CGAffineTransformTranslate
每次都是以传入的transform为起始参照 CGAffineTransformIdentity为最初状态,即最初位置的中心点2.3个按钮,bt1,bt2,bt3,bt1和bt2控制bt3的移动-(
IBAction
god2030
·
2016-04-13 09:00
创建一个ActionSheet
#import"MyViewController.h" @interfaceMyViewController() @end @implementationMyViewController -(
IBAction
xuxiaoxie
·
2016-04-12 19:00
创建IOS的alert界面
#import"MyViewController.h" @interfaceMyViewController() @end @implementationMyViewController -(
IBAction
xuxiaoxie
·
2016-04-12 19:00
iOS RunLoop 初识
我们会经常看到这样的代码:-(
IBAction
)start:(id)sender { pageStillLoading=YES;
ji5ji
·
2016-04-11 13:00
多线程
ios开发
07-百思不得姐(第七天)
一、显示评论界面头部内容1>首先完成首页cell右上角按钮点击,显示弹窗/***cell右上角按钮点击*/ -(
IBAction
ldszw
·
2016-04-10 22:00
iOS学习笔记1
ViewController认识一个控制器只管理一个大界面(我的认识就是一个模块)负责界面的创建事件处理
IBAction
分类:@interface类名(分类名)/**方法*****/@end添加方法类扩展
蠢萌的L君
·
2016-04-08 12:06
详解iOS应用使用Storyboard布局时的IBOutlet与
IBAction
在iPhone平台上,引入了IBOutlet与
IBAction
。
ForeverYoung21
·
2016-04-08 09:23
OC中的插座方法解释
OC中的插座方法解释-(
IBAction
)a:(id)sender; sender参数指向负责触发操作的对象。
IBAction
返回类型是个特殊的关键词。
LBBB
·
2016-04-05 18:00
OC中的UIButton/UIlable
表示这是和xib可以链接的可让从源代码文件引用界面中的对象IBOutletUILabel*labelOne;IBOutletUIButton*buttonOne;插座方法:表示这是和xib可以连接的-(
IBAction
LBBB
·
2016-04-01 20:00
验证码的获取和注册功能的代码实现
验证码获取的代码实现上午用两个小时实现了注册功能,其中还有验证码的获取(获取到相应的验证码才能注册成功),先看下注册界面效果图:先说一下验证码如何获取:点击获取验证码按钮后,发送相应请求,代码如下://获取验证码-(
IBAction
一半冰一半寒
·
2016-03-30 15:23
我的技术博客
iOS学习-2.据网址显示源码
A界面先从storyboard拖个textfield和一个button.m里面button的方法//按钮点击方法 -(
IBAction
)Click:(id)sender{ //前缀 NSString
a'sa'mu
·
2016-03-25 18:00
iOS学习-2.据网址显示源码
A界面先从storyboard拖个textfield和一个button.m里面button的方法//按钮点击方法 -(
IBAction
)Click:(id)sender{ //前缀 NSString
a'sa'mu
·
2016-03-25 18:00
- (void)addAnimation:(CAAnimation *)anim forKey:(nullable NSString *)key; 方法浅析
details/49070119 将viewdidload里面的代码全部注释掉 -(void)viewDidLoad{ [superviewDidLoad];} 重写点击交换的事件方法 //交换视图-(
IBAction
Jenaral
·
2016-03-22 22:00
按钮选择与否
- (
IBAction
)didCheck:(id)sender { if(check.selected) { [check setSelected:NO];
同同培培
·
2016-03-22 14:00
汇总ios开发逆向传值的方法
protocolWJSecondViewControllerDelegate-(void)changeText:(NSString*)text;@end@property(nonatomic,assign)iddelegate;-(
IBAction
xywjun
·
2016-03-22 11:50
iOS开发之tableView的数据添加删除更新操作
1、添加行:- (
IBAction
)add { XXModel *model = [[XXModel alloc]init]; //设置model的属性数据 //...
神户牛肉
·
2016-03-20 00:00
iOS之界面传值(通知,属性,协议,NSUserDefaults,KVC)
发送通知(传值页面)//通知中心NSNotificationCenter,发送通知 -(
IBAction
)changeColorAction2:(id)sender{ UIColor*color=[UIColorgreen
Forever_wj
·
2016-03-17 14:00
ios
KVC
界面传值
协议传值
通知传值
iOS 数据解析
JSON解析:一、系统自带方法- (
IBAction
)JsonSerialization:(id)sender { //模拟构造数据 NSString *path = [[NSBundle
Geeks_Chen
·
2016-03-14 14:00
json
数据解析
雪花效果
@interface ViewController () { UIImage *image; } - (
IBAction
)didAction:(id)sender; @end @implementation
娜一片蓝色星海
·
2016-03-11 17:00
动画
定时器
雪花
iOS-自定义键盘顶部Toolbar
100;设置”确定”barButtonItem的tag为101;2.新建继承UIToolbar的自定义类KeyboardToolbar在.m方法中,将”确定”“取消”的barButtonItem连线至-(
IBAction
qiuxuewei2012
·
2016-03-09 15:00
tag
toolbar
UITextField
iOS UITextField 的坑:切换明文/密文显示末尾空白的 bug
但没想到,简单的一句代码并不能解决问题:-(
IBAction
)secureSwitchAction:(id)sender{self.passwordTextField.secureTextEntry=!
戴仓薯
·
2016-03-07 20:40
iOS报错之this class is not key value coding-compliant for the key digitPressed.
解决方法:在设置
IBAction
和IBOutlet时有多余的连线,将多余的连续删除后程序正常运行。
LVXIANGAN
·
2016-03-07 01:00
ios自动布局实现动画
第一步修改约束的值,第二步调用 [self.viewlayoutIfNeeded];-(
IBAction
)buttonClick:(UIButton*)sender{ self.topViewC.constant
哈利波特大
·
2016-03-06 19:00
OSX下的弹窗视图NSAlert应用
NSAlert可以采用ModalWindow的方式展示如图:代码如下://采用Modal Window的方式展示 - (
IBAction
)ShowNSAlertWindow:(id)sender {
q375537943
·
2016-03-03 13:00
对话框
OSX-NSAlert弹窗
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他