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
UIAlertView
AlertView With Progressbar
在弹出对话框(
UIAlertView
)中加入进度条(UIProgressView)。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-26 01:00
with
ProgressBar
AlertView
Custom AlertView
自定义
UIAlertView
的样式,包括背景图片以及按钮图片等等。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-26 00:00
custom
AlertView
Shaking AlertView
输入密码时,弹出密码输入框(一个
UIAlertView
),如果密码输入错误,密码输入框(
UIAlertView
)会发生颤动,用于提示密码错误。
iosCode
·
2013-01-26 00:00
AlertView
Shaking
自定义AlertView
实现自定义
UIAlertView
。继承
UIAlertView
,改写其中的layoutSubviews方法,用于自定义
UIAlertView
的外观。
iosCode
·
2013-01-26 00:00
自定义AlertView
UIAlertView
.h
////
UIAlertView
.h// UIKit//// Copyright2010-2012,AppleInc.Allrightsreserved.
zhengxf_2012
·
2013-01-23 19:00
iphone itoast 信息提示类
一般我们都习惯了用
uialertview
来显示一些提示信息给用户,但用得多了就会发现些问题,就是用户总是需要自己去关闭这个提示框,而且也打断了用户的下一步操作,正在想要不要自己写一个可以自动消失的alertview
catandrat111
·
2013-01-11 10:00
开源中国iOS客户端学习——(四)GCDiscreetNotificationView提示视图
GCDiscreetNotificationView类库下载地址 https://github.com/gcamp/GCDiscreetNotificationView在开源中国iOS客户端上,当无法获取网络时,我们常用的通知可能是一个
UIAlertView
青云_K
·
2013-01-10 18:00
UIActionSheet&
UIAlertView
UIActionSheet.h文件@interfaceViewController:UIViewController-(IBAction)ShowActionSheet:(id)sender;.m文件-(IBAction)ShowActionSheet:(id)sender{ UIActionSheet*actionSheet=[[UIActionSheetalloc]initWithTitle
微笑de辛翼
·
2013-01-10 16:00
GCDiscreetNotificationView提示视图
GCDiscreetNotificationView类库下载地址 https://github.com/gcamp/GCDiscreetNotificationView在开源中国iOS客户端上,当无法获取网络时,我们常用的通知可能是一个
UIAlertView
qingsi00
·
2013-01-07 13:00
【iPhone代码片段之一】UIActionSheet&
UIAlertView
的应用 .
类需要符合<UIActionViewDelegate>协议。 示例代码如下: - (IBAction)buttonPressed:(id)sender { NSLog(@"buttonPressed"); UIActionSheet *actionSheet = [[UIActionSheet alloc]
android_zhang
·
2013-01-07 09:00
ios
UIWebView 自定义网页中的alert和confirm提示框风格
js中有ALert confirm和promopt三种类似ios本地的
UIAlertview
样子但是在iosnative的app中弹出的话alert的title是url的地址,比较丑为了美观,我们要加入以下的方法
jinglijun
·
2013-01-05 22:00
UIWindow的一点儿思考
通常在我们需要自定义
UIAlertView
的时候(IOS5.0以前AlertView的背景样式等都不能换)我们可以使用UIWindow来实现(设置wind
zeng11088
·
2013-01-04 14:00
IOS开发问题解决之
UIAlertView
调用UIActionSheet后灰色背景一直存在
[+]问题描述今天开发IOS时碰到了一个问题,就是在
UIAlertView
的delegate方法里初始化一个UIActionSheet,并显示后,在选择了按钮的操作以后,会有灰色背景一直存在,挡住了整个页面
dengshengjin2234
·
2012-12-31 12:00
原:UIWindowLevelAlert导致
UIAlertView
无法显示
原:UIWindowLevelAlert导致
UIAlertView
无法显示创建:2012.04.08Loading页面放到了一个自定义的window下,该window的windowLevel =UIWindowLevelAlert
佳为好友
·
2012-12-29 10:00
iOS入门实例文章目录
1、iOS学习之动态添加Button和监听
UIAlertView
按钮2、iOS学习之TabBar的使用和视图切换3、iOS学习之第二个View使用UITabBarViewController4、 iO
liu_jia_guo
·
2012-12-26 17:00
IOS开发入门
[CFXPreferencesSearchListSource tryLock]:
After
UIAlertView
dismissed, press CMD+SHIFT+H, the bug occurs.
siruoxian
·
2012-12-24 11:00
preferences
iOS5新开发的API总述——WWDC 2011
以便了解一下iOS5的新功能.此篇只简单介绍一下iOS新的API.参考官方1-01Session100–What’sNewinCocoaTouch.1.UIStepperiOS5新UI控件,用来数字输入.2.
UIAlertView
likendsl
·
2012-12-20 11:00
iOS在
UIAlertView
中实现UIProgress进度条
先定义两个progress和一个NSTimer,一个
UIAlertView
UIProgressView*progress; UIProgressView*alterProgress; NSTimer*timer
ciwonderful
·
2012-12-19 17:00
开源中国iOS客户端学习――(四)GCDiscreetNotificationView提示视图
GCDiscreetNotificationView类库下载地址 https://github.com/gcamp/GCDiscreetNotificationView在开源中国iOS客户端上,当无法获取网络时,我们常用的通知可能是一个
UIAlertView
新风作浪
·
2012-12-19 11:00
特效
开源中国客户端
iOS 自定义UIActionSheet
一:模态视图UIActionSheet、
UIAlertView
、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
bo_xiaozhao
·
2012-12-18 16:30
objective-c
iOS 自定义UIActionSheet
一:模态视图UIActionSheet、
UIAlertView
、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
xiaozhao-521
·
2012-12-18 16:00
action
iOS 自定义UIActionSheet
阅读更多一:模态视图UIActionSheet、
UIAlertView
、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
xiaozhao-521
·
2012-12-18 16:00
iOS 自定义UIActionSheet
一:模态视图UIActionSheet、
UIAlertView
、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
xiaozhao-521
·
2012-12-18 16:00
action
IOS 中
UIAlertView
中获取自定义文本框文字方法
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:@"保存到"message:@"我的收藏"delegate:selfcancelButtonTitle
jiayou8809
·
2012-12-11 16:00
iOS之
UIAlertView
加日期、时间选择器
做一个简单的时间选择器框,主要用到:定制
UIAlertView
,UIDatePickerView等,运行效果如下图: 选择日期后,点击确定可以做相应的操作:1、初始化UIDatePickerView和
Sarah_doo
·
2012-12-10 22:00
定制UIAlertView
UIAlertView
用法
[((
UIAlertView
*)[self.activityVsuperview]) dismissWithClickedButtonIndex:0animated:YES];//这句话可以让没有取消按钮的
zjjzmw1
·
2012-12-10 17:00
ios
IOS开发:
UIAlertView
设置文字左对齐
今天碰到一个设置
UIAlertView
中间Message的文本左对齐的问题,因为iphoneSDK默认是居中对齐的,而且没有提供方法设置文本对齐接口,解决这个问题的思路很简单,就是在Delegate:-
baxiaxx
·
2012-12-06 16:00
ios
ios
ios
uialertview
iphone等待对话框编写
";
UIAlertView
*alert=[[UI
jefry_xdz
·
2012-12-02 21:00
iphone之
UIAlertView
介绍
UIAlertView
是消息提示框UI控件,对于消息提示框的中的按钮事件采用的是事件委托机制。要实现事件响应,需要实现对应协议、重写函数达到目的。
jefry_xdz
·
2012-12-02 18:00
UIAlertView
用法
iPhone入门-
UIAlertView
用法1.最简单的用法
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:@"提示"
zhaozy55555
·
2012-11-28 18:00
如何在
UIAlertView
中显示进度条
UIAlertView
是一个现成的模态窗口,如果能把进度条嵌入到它里面就好了。 以下内容适用于iOS2.0+。我们知道,如果要显示一个alert窗口(比如用来
雾灵峰
·
2012-11-26 19:00
ios
进度条
AlertView
UIAlertView
(ProgressHUD)
// //
UIAlertView
+ProgressHUD.h //WPUIKit // //CreatedbyPengLeonon12/11/26.
leonpengweicn
·
2012-11-26 18:00
提示框(Alert)上面上面加进度条(ProgressView)
更多阅读请访问http://www.hopean.com如果要显示一个alert窗口(比如用来显示错误或警告信息、询问用户是否确认某操作等等),只要简单地创建一个
UIAlertView
对象,再调用其show
gloryFlow
·
2012-11-26 16:00
解决
UIAlertView
多次 弹出 问题
static
UIAlertView
*_alertView=nil;+ (void)showAlert:(NSString *)aTitle message:(NSString *)aMessage delegate
xx541100047
·
2012-11-22 13:27
alert
uialertview
UI
解决
UIAlertView
多次 弹出 问题
static
UIAlertView
*_alertView=nil; + (void)showAlert:(NSString *)aTitle message:(NSString *)aMessage
xx541100047
·
2012-11-22 13:27
alert
uialertview
为
UIAlertView
上的按钮添加方法,需要重写协议中对话框按钮点击事件方法
-(void)alertView:(
UIAlertView
*)alertViewclickedButtonAtIndex:(NSinteger)buttonIndex{ if(alertView==
xiaoxiangzhu660810
·
2012-11-21 16:00
uialertview
按钮点击方法
UIAlertView
嵌入进度条
UIAlertView
是一个现成的模态窗口,如果能把进度条嵌入到它里面就好了。 以下内容适用于iOS2.0+。我们知道,如果要显示一个alert窗口(比如用来
piziliweiguang
·
2012-11-19 17:00
自定义
UIAlertView
模态框
在Windows应用程序中,经常使用模态(Model)对话框来和用户进行简单的交互,比如登录框。在IOS应用程序中,有时我们也希望做同样的事情。但IOS的UI库中,没有模态对话框,最接近那个样子的应该算是AlertView。但仅用AlertView,我们只能做文字提示,而不能和用户做交互。本文将介绍如何基于AlertView做定制,实现模态对话框的功能。以密码修改框为例:1.首先,我们要继承Ale
piziliweiguang
·
2012-11-19 17:00
如何在
UIAlertView
中显示进度条
UIAlertView
是一个现成的模态窗口,如果能把进度条嵌入到它里面就好了。 以下内容适用于iOS2.0+。我们知道,如果要显示一个alert窗口(比如用来
billfanggs
·
2012-11-18 08:00
cocos2d-x常用IOS模块
1显示对话框
UIAlertView
*alert=[[
UIAlertView
alloc] initWithTitle:@"" message:@"请求失败!"
xiadasong007
·
2012-11-17 16:00
Objective-C传递数据小trick
http://www.guokr.com/blog/203413/ 比如说,如果你想向
UIAlertView
的delegate方法中传递一些信息,怎么办?继承
UIAlertView
么?
我的笔记本
·
2012-11-15 12:56
Trick
ios中
UIAlertView
控件的使用,如何确定点击按钮的方式
-(void)initCheckVersionWithData:(NSData*)data { NSData*xmlData=data; NSString*result=[[NSStringalloc]initWithData:xmlDataencoding:NSUTF8StringEncoding]; NSLog(@"result:%@",result); GetCheckVer
z343929897
·
2012-11-13 14:00
订制IOS系统控件要注意的问题
通常在定制系统控件时,一般要遍历控件内的subviews,如下在定制
UIAlertView
时-(void)willPresentAlertView:(
UIAlertView
*)alertView{ for
wang9834664
·
2012-11-09 12:00
定制的
UIAlertView
在显示时出现抖动的现象
最近有一个需求,要求iPhone定制
UIAlertView
的窗口,没用多长时定制的
UIAlertView
出炉了但是有一个问题: 定制的
UIAlertView
显示时,在iPhone设备上的效果是整个窗口上下抖动两下才停止
wang9834664
·
2012-11-06 20:00
定制无按钮的
UIAlertView
方法1、直接生成无按钮的
UIAlertView
UILabel*label=[[UILabelalloc]initWithFrame:CGRectMake(7,19,270,30)];
wang9834664
·
2012-11-06 19:00
UIAlertView
用法
UIAlertView
用法1.
likandmydeer
·
2012-10-30 15:00
ios处理判断手机号码的正则表达式,基本上包含全部的手机号段
-(BOOL)checkTel:(NSString*)str{ if([strlength]==0){
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle
z343929897
·
2012-10-22 15:00
ios
正则表达式
null
regex
手机
ios:
UIAlertView
自动消失
来自:cocoachina 在写程序的过程中用到很多提示的信息,于是非常自然地就要使用
UIAlertView
控件。
xiaobo16
·
2012-10-22 15:00
ios
timer
null
CloudBox CBDialog
这两张UML图是表达我在CloudBox中针对自行开发的Dialog与iOS的
UIAlertView
的结合首先我实践了一个CBiOSDialogView类,这是一个纯粹的objective-c类继承自NSObject
cloudhsu
·
2012-10-15 10:00
ios
C++
android
dialog
UML
【无限互联】iOS开发block用法之
UIAlertView
控件的修改
原始的
UIAlertView
的需要通过委托方法来实现按钮点击事件,需要设置代理,实现委托方法,比较繁琐。
miss大为
·
2012-10-10 17:00
uialertview
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
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
其他