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
模态
UIAlertView
UIAlertView
,从个人角度来讲,认为苹果所提供的使用delegate,而将一个对话框的处理拆分为上下文的方式,并不是一个很好的方案。
kensou503
·
2011-09-23 23:19
职场
iPhone
uialertview
休闲
模态
模态
UIAlertView
UIAlertView
,从个人角度来讲,认为苹果所提供的使用delegate,而将一个对话框的处理拆分为上下文的方式,并不是一个很好的方案。
kensou503
·
2011-09-23 23:19
职场
iPhone
休闲
iPhone开发
简单实现UIActivityIndicatorView上添加文字
-(void)webViewDidStartLoad:(UIWebView*)webView{ if(myAlert==nil){ myAlert=[[
UIAlertView
alloc]
dragoncheng
·
2011-09-16 11:00
短信,电话,邮件,提示框
+(void)alert:(NSString*)msg{
UIAlertView
*alertView=[[[
UIAlertView
alloc]initWithTitle:msgmessage:@""delegate
huangbaoyu1840
·
2011-09-15 11:00
iiphone开发我的新浪微博客户端-用户登录自定义弹出窗口篇(1.2)
本篇的目的是开发一个自定义的弹出对话窗口组件,就是上面图6中半透明的信息提示窗口,其实系统类库中已经有UIActionSheet、
UIAlertView
能做到这样的功能组件,但是显示外观不怎么美观而且跟我的这个设计不怎么配
命苦
·
2011-08-31 16:46
微博
移动开发
iPhone
ISO
休闲
iphone开发我的新浪微博客户端-用户登录自定义弹出窗口篇(1.2)
本篇的目的是开发一个自定义的弹出对话窗口组件,就是上面图6中半透明的信息提示窗口,其实系统类库中已经有UIActionSheet、
UIAlertView
能做到这样的功能组件,但是显示外观不怎么美观而且跟我的这个设计不怎么配
mkhgg
·
2011-08-31 16:00
新浪微博
xcode
iPhone
dialog
UIView
interface
自定义
UIAlertView
iPhoneSDK提供
UIAlertView
用以显示消息框,默认的消息框很简单,只需要提供title和message以及button按钮即可,而且默认情况下素有的text是居中对齐的。
handnotes
·
2011-08-23 09:00
ios捕获异常
@catch ( NSException *ex) {
UIAlertView
jiangm520
·
2011-08-16 13:00
ios
Pop a view animation similar to the presentation of
UIAlertView
float pulsesteps[3] = { 0.2, 1/15., 1/7.5 }; - (void) pulse { self.transform = CGAffineTransformMakeScale(0.6, 0.6); [UIView beginAnimations:nil context:nil]; [UIView setAnimationCurve:UIV
zani
·
2011-08-16 13:00
uialertview
UIAlertView
的基本操作
UIAlertView
提示框 定义并显示:
UIAlertView
*alert = [[
UIAlertView
alloc]initWithTitle:@&
helmsman_xcode
·
2011-08-15 17:00
uialertview
在
UIAlertVIew
中 添加 UITextField
UIAlertView
*alert = [[
UIAlertView
alloc]initWithTitle:@"添加" message:nil delegate:self
helmsman_xcode
·
2011-08-15 17:00
UITextField
如何自定义UIActionSheet(
UIAlertView
)中的内容
UIActionSheet和
UIAlertView
因为UI有特殊的用途,所以本身并不允许你AddSubview之类的函数来自定义界面。
sjzsp
·
2011-08-15 16:00
UI
image
UIView
UIAlertView
的使用方法
UIAlertView
类似于C#中的模态对话框或Messagebox,但是,ios中使用起来要麻烦得多。
wljcan
·
2011-08-12 18:00
iPhone开源系列:
UIAlertView
-Block
UIAlertView
和UIActionSheet都采用了Delegate模式,在同一个视图控制器中使用多个
UIAlertView
或UIActionSheet时控
benjielin
·
2011-08-10 13:36
职场
uialertview
休闲
UIActionSheet
代码块
iPhone开源系列:
UIAlertView
-Block
UIAlertView
和UIActionSheet都采用了Delegate模式,在同一个视图控制器中使用多个
UIAlertView
或UIActionSheet时控制器需要同时充当它
benjielin
·
2011-08-10 13:36
职场
休闲
代码块
iPhone
使用EMOJI表情
由于IOS系统支持日文中的字块编码,所以在UILable,UITextField,
UIAlertView
等控件中使用emoji表情编码(emoji就是表情符号;词义来自日语(えもじ,e-moji,moji
csj1987
·
2011-08-05 13:00
ios
c
iOS open source:SBTableAlert(具有UITableView的
UIAlertView
)
今天给大家介绍一个,也有这样的功能,其实就是UITableViewasasubviewof
UIAlertView
.效果图:源码:https://github.com/simonb/SBTableAlert
favormm
·
2011-07-26 15:00
弹出对话框的使用
实现方法和操作表十分类似,先在类定义的时候加上
UIAlertView
Delegate,用于以后处理按钮事件。
jsntghf
·
2011-07-24 16:00
ios
uialertview
弹出对话框的使用
实现方法和操作表十分类似,先在类定义的时候加上
UIAlertView
Delegate,用于以后处理按钮事件。
jsntghf
·
2011-07-24 16:00
ios
uialertview
自定义
UIAlertView
-(void)viewDidLoad{ [superviewDidLoad];/*
UIAlertView
*alertView=[[
UIAlertView
alloc]
xbiii3s
·
2011-07-22 13:00
user
Class
UIView
button
iPhone 模态对话框 立即返回结果
iPhone中的
UIAlertView
用于显示一个模态对话框显示时设置代理delegate,当用户点击对话框中按钮时,系统将会调用delegate的函数从而使得程序可以根据用户的选择进行相应的处理这里使用了代理模式
xianpengliu
·
2011-07-08 00:00
ios
user
iPhone
mfc
button
interface
常用ios程序代码
stringTobeEncoding stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];JAVA内存问题:JavaheapspacealertView
UIAlertView
墙头草
·
2011-06-30 09:00
iphone 发送短信/邮件/打电话
网上找到的一段代码:+(void)alert:(NSString*)msg{
UIAlertView
*alertView=[[[
UIAlertView
alloc]initWithTitle:msgmessage
bl1988530
·
2011-06-14 14:00
uialertview
中加入UItextfield变成密码
前面有篇文章是说在
uialertview
里加入UITableView的,当时因为布局的问题,没有直接加成功,用了一个很繁琐的方法来达到目的,之后又找了些资料,在网上看到一篇文章是教怎么在
uialertview
bl1988530
·
2011-06-03 12:00
server
Class
UIView
button
使用
UIAlertView
和UITableView来创建一个有用的UIAlertTableView
前面在说mapkit程序里使用googlegeocodingapi时,有这样的一个问题,因为google按地点名进行查询是模糊匹配的,这样就会有返回很多个结果的情况,这时我们在程序中就要做相应的处理,以确定用户到底需要的是哪一个地点的信息。一个友好的方式是弹出一个alert,alert中有全部匹配的地点项,用户可以选择一个做为自己需要的,然后程序在通过mapview显示出相应地点的信息出来。于是这
bl1988530
·
2011-06-03 10:00
api
table
Class
UIView
interface
MapKit
iphone开发我的新浪微博客户端-用户登录自定义弹出窗口篇(1.2)
本篇的目的是开发一个自定义的弹出对话窗口组件,就是上面图6中半透明的信息提示窗口,其实系统类库中已经有UIActionSheet、
UIAlertView
能做到这样的功能组件,但是显示外观不怎么美观而且跟我的这个设计不怎么配
水的右边
·
2011-05-30 21:00
UIAlertView
的动画效果实现代码
UIAlertView
的动画效果实现代码 首先要加入QuartzCore.framework#import"QuartzCore/QuartzCore.h" -(void)test{ CAKeyframeAnimation
diyagoanyhacker
·
2011-05-24 13:00
animation
UIAlert 怎样多个实例化对象使用同一个delegate
Alertviewsarepop-upviewsthatappearoverthecurrentviewontheiPhone.Creatingandshowinganalert:
UIAlertView
wangccddaa
·
2011-05-18 13:28
职场
休闲
UIAlertView
UIAlert 怎样多个实例化对象使用同一个delegate
Alertviewsarepop-upviewsthatappearoverthecurrentviewontheiPhone.Creatingandshowinganalert:
UIAlertView
wangccddaa
·
2011-05-18 13:28
职场
uialertview
休闲
alert
UIAlertView
上添加UIActivityIndicatorView, 自动消失AlertView
uploadAlertView=[[
UIAlertView
alloc]initWithTitle:@"上报中"message:@"请稍等.."
zani
·
2011-05-07 22:00
uialertview
Interface Builder的使用
前两集视频主要讲的是
UIAlertView
(相当于windows里面的MessageBox)在interfacebuilder里面添加了控件之后,要想使得控件响应事件必须做如下处理:1:在XXXViewController.h
luoyahu
·
2011-05-06 11:00
PHP
windows
xcode
UP
bbs
iphone开发,iphone开发秘籍--第4章(学习笔记)
command+shift+R 查看控制台command+shift+Y打开主调试器第四章:《警告用户》通过UIActionSheet
UIAlertView
对象可与用户对话。
zz_yun
·
2011-05-03 15:09
移动开发
iPhone
iPhone开发
休闲
iphone开发秘籍
进阶AlertView运用 - 登入设计
说明:示范如何利用AlertView来制作系统登入的介面程式碼:CustomAlertViewViewController.h #import //記得加入
UIAlertView
Delete
xiaozhao-521
·
2011-04-01 17:00
alert
进阶AlertView运用 - 登入设计
阅读更多说明:示范如何利用AlertView来制作系统登入的介面程式碼:CustomAlertViewViewController.h#import//記得加入
UIAlertView
Delete@interfaceCustomAlertViewViewController
xiaozhao-521
·
2011-04-01 17:00
进阶AlertView运用 - 登入设计
说明:示范如何利用AlertView来制作系统登入的介面程式碼:CustomAlertViewViewController.h #import //記得加入
UIAlertView
Delete
xiaozhao-521
·
2011-04-01 17:00
alert
进阶AlertView运用 - 登入设计
说明:示范如何利用AlertView来制作系统登入的介面程式碼:CustomAlertViewViewController.h #import //記得加入
UIAlertView
Delete
xiaozhao-521
·
2011-04-01 17:00
alert
UIAlertView
在ios4,ipad3.2上可能导致死机
如题,在提交完一个文档后,我给出一个弹出提示,并关闭当前窗口并返回上一层窗口,此时会发现屏幕还是蒙着一层阴影,就是弹出模式窗口时的样子,点击完全无响应,只能按home退出在做注销时也出现了,弹出提示询问对话框后,注销返回登录界面,死机. 解决方法如下: In iOS 4.0, you may want to call this method whenever your application
shappy1978
·
2011-03-01 12:00
ios
创建没有按钮的
UIAlertView
默认的,
UIAlertView
都有一个或者多个按钮,如果你想创建没有按钮的
UIAlertView
,可以使用以下的方法:上面的标题可能有些靠上,可以用过给标题增加回车的方式,使标题居中:如果你还想给
UIAlertView
zhanglei5415
·
2011-02-17 15:00
创建没有按钮的
UIAlertView
默认的,
UIAlertView
都有一个或者多个按钮,如果你想创建没有按钮的
UIAlertView
,可以使用以下的方法:上面的标题可能有些靠上,可以用过给标题增加回车的方式,使标题居中:如果你还想给
UIAlertView
webcode
·
2011-02-17 15:00
uialertview
iphone异常捕获
下面是示例代码:@try{Statements}@catch(NSException*ex){
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:[exname
favormm
·
2011-02-08 16:00
[iPhone开发之控件的使用]
UIAlertView
的各种属性、方法及代理的使用
#import"AlertViewTestViewController.h"@implementationAlertViewTestViewController/*TasksCreatingAlertViews–initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:SettingPropertiesdelegatepr
banyingli
·
2011-01-28 10:00
iPhone
UIView
import
clickedbuttonAtindex diddismisswithbuttonIndex的区别
刚刚开始ipad开发
UIAlertView
Delegate protocol定义的 alertView:clickedButtonAtIndex:和 alertView:didDismissWithButtonIndex
chenshizero
·
2011-01-21 14:00
iPhone常用控件、UIActionSheet、
UIAlertView
原文链接:http://www.cnblogs.com/elfsundae/archive/2010/11/11/1874486.html一、UILabel二、UIButton常用事件:TouchUpInside三、UITextField常用属性:Text:要显示的文本。Placeholder:指定将要在文本字段中以灰色显示的占位符文本。ClearWhenEditingBegins:用户触摸此字段
webcode
·
2011-01-10 13:00
uialertview
iphone 弹出框
UIAlertView
*someError = [[
UIAlertView
alloc] initWithTitle:@"Something wrong!
zl4393753
·
2010-10-25 22:00
java
Add an UIProgressView or UIActivityIndicatorView to your
UIAlertView
-(void)createProgressionAlertWithMessage:(NSString *)messagewithActivity:(BOOL)activity{
UIAlertView
*
iphoneing
·
2010-09-02 09:00
如何移动组件的位置,例如如何将
UIAlertView
显示在屏幕上部
从IphoneSDK3开始我们可以使用CGAffineTransformTranslate
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:@"Alert"message
wherejaly
·
2010-05-26 16:00
在iPhone中创建模态(modal)等待对话框
一个比较可行的方法就是通过
UIAlertView
来实现。警告框,正好符合模态的要求。
ydfok
·
2010-02-25 23:00
Change background color of a
UIAlertView
UIAlertView
*theAlert = [[[
UIAlertView
alloc] initWithTitle:@"Atention" message: @"
61party
·
2010-02-08 15:00
uialertview
iPhone Coding Tutorial – Inserting A UITextField In A
UIAlertView
阅读更多ThiswillbeasimpletutorialshowingyouhowtoputaUITextFieldina
UIAlertView
.Thisissimpleandjustacouplelinesifcode.YouwilllearnCGAffineTransformandcodingUITextFieldprogrammatically.Heresascreenshotsofwha
cenphoenix
·
2010-01-06 10:00
Go
UP
iPhone Coding Tutorial – Inserting A UITextField In A
UIAlertView
ThiswillbeasimpletutorialshowingyouhowtoputaUITextFieldina
UIAlertView
.Thisissimpleandjustacouplelinesifcode.YouwilllearnCGAffineTransformandcodingUITextFieldprogrammatically.Heresascreenshotsofwhatwes
cenphoenix
·
2010-01-06 10:00
UP
Go
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他