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
带有一个UITextView的AlertView
在iOS7以后苹果公司就不允许在
UIAlertView
上添加子控件了,而UIAlertController是在iOS8以后才能用。
qq_21649645
·
2015-01-30 11:00
ios
自定制UIAlertView
什么是KeyWindow
一次只能有一个keywindow)constUIWindowLevelUIWindowLevelNormal;//默认等级constUIWindowLevelUIWindowLevelAlert;//
UIAlertView
会飞的鸡翅
·
2015-01-26 19:15
ios研发
iOS中设计一个Block代码执行的
UIAlertView
Windows下的AlertView(比如java的MessageBox,JS的alert('title'))都是阻塞代码继续执行的,举个例子intresult=window.confirm('你会点击取消按钮么?');console.log("IfIhavn'tconfirm,Iwon'tbelogged."); if(result==1){ //somecode }iOS原生提供的UIAler
creeve
·
2015-01-24 17:00
网络请中更新UI注意事项
//再网路开发中,很容易出现问题的地方就是忘记在主线程中更新UI dispatch_async(dispatch_get_main_queue(), ^{
UIAlertView
liyanming04
·
2015-01-20 17:00
线程
网络请求
UI
解决js的confirm转换为iOS
UIAlertView
的title问题
使用cordova做跨平台开发的时候,碰到了js调用confirm转换成iOS的
UIAlertView
的title显示成xxxx.html的问题。
花花猪
·
2015-01-20 11:43
confirm
UIAlertView
iOS
js
iOS
cordova
解决js的confirm转换为iOS
UIAlertView
的title问题
使用cordova做跨平台开发的时候,碰到了js调用confirm转换成iOS的
UIAlertView
的title显示成xxxx.html的问题。
GrowingGiant
·
2015-01-20 11:00
js
ios
confirm
uialertview
限制
UIAlertView
上的TextField的输入字符长度
一个汉字占两个字符长度
UIAlertView
*alertView=[[
UIAlertView
alloc]initWithTitle:@"签名"message:nildelegate:selfcancelButtonTitle
qq_21649645
·
2015-01-19 23:00
ios
uialertview
textfield
[置顶] iOS 怎么判断字符串是汉字还是字母
//如果输入的昵称是字母,判断是否合格 if(self.nickNameText){ for(inti=0;i8){
UIAlertView
*alertView=[
darongzi1314
·
2015-01-16 15:00
[置顶] iOS中
UIAlertView
的点击响应事件
1:先遵守
UIAlertView
Delegate2:-(void)alertView:(
UIAlertView
*)alertViewclickedButtonAtIndex:(NSInteger)buttonIndex
darongzi1314
·
2015-01-15 15:00
ios
alertView获得写入的文字
初始化AlertView后,通过设置这个属性,达到AlertView上出现输入框的效果,然后再添加
UIAlertView
Delegate代理,在下面棉纺就可以获取到这个文本框。
xiaobo0134
·
2015-01-09 10:00
iOS8中提示框的使用UIAlertController(
UIAlertView
和UIActionSheet二合一)
iOS8推出了几个新的“controller”,主要是把类似之前的
UIAlertView
变成了UIAlertController,这不经意的改变,貌似把我之前理解的“controller”一下子推翻了~
icemilk00
·
2015-01-09 10:00
解决ios7以上版本
UIAlertView
调用addSubview无效问题
解决ios7以上版本
UIAlertView
的addSubview函数无效问题如下代码增加两个文本框效果-(IBAction)add:(id)sender{
UIAlertView
*alertView=[
getchance
·
2014-12-27 21:00
UIAlertView
左对齐 iOS7及iOS6不同处理
之前看到很多通过-(void)willPresentAlertView:(
UIAlertView
*)alertView来修改alertView的subview的代码,但是在iOS7以上的系统没有作用,
lyj617
·
2014-12-23 22:00
ios7
uialertview
左对齐
ios:
UIAlertView
自动消失
在写程序的过程中用到很多提示的信息,于是非常自然地就要使用
UIAlertView
控件。但是这些提示的信息有时候只需提示就行,不用操作,那么此时就要这个提示框自动消失就OK了。
haogaoming123
·
2014-12-23 18:00
实现对UIAlertController和
UIAlertView
判断系统后的简单封装
iOS8之后用UIAlertController代替了
UIAlertView
,所以每次有需要弹窗的时候,都需要先判断系统,最近在做的项目中弹窗较多,如果每次都判断,真是太麻烦了,索性对UIAlertController
July_sal
·
2014-12-18 15:00
ios
封装
block
8
uialertview
UIActionSheetDelegate协议中定义的监视方法
序言: 与
UIalertView
一样,UIActionSheetZ中也设置了delegate属性,可监视UIActionSheet的各状态。
zhoushuangjian511
·
2014-12-15 09:00
方法
delegate
警告框
调用时机
UIALertView
的基本用法与
UIAlertView
Delegate对对话框的事件处理方法
http://blog.csdn.net/enuola/article/details/7900346首先,视图控制器必须得实现协议
UIAlertView
Delegate中的方法,并指定delegate
mituan1234567
·
2014-12-12 17:00
iOS8中 UIAlertController 的新使用
转载出处:http://nshipster.cn/uialertcontroller/你知道
UIAlertView
、UIActionSheet (以及它们各自的delegateprotocols)在iOS8
Mayerlucky
·
2014-12-10 10:00
ios8
iPhone
ios开发
uialertview
UIActionSheet
IOS UI控件简介
控件表控件名字功能使用频率UIButton按钮常用UILable 文本按钮常用UITextField 文本输入框常用UIImageView 图片显示常用
UIAlertView
对话框常用UIScrollView
卧龙小
·
2014-12-07 23:00
ios
UI控件
iOS开发中的几个小坑
1.比较NSString时,不要用==,要用isEqualToString:方法2.不要把动画代码放入viewDidLoad中,而是应该放入viewDidAppear中3.
UIAlertView
调用dismissWithClickedbuttonIndex
nimingzhe2008
·
2014-12-06 15:00
ios
ios开发——长按按出两个
UIAlertView
的解决办法
有时我们希望通过长按手势来删除一些数据,这是一个比较好的用户体验是在删除之前弹出一个
UIAlertView
来提醒用户进行二次确认。
u013604612
·
2014-11-27 10:00
ios开发
uialertview
ios TableView那些事2(Swift 一) 初见TableView
importUIKitclassViewController:UIViewController,UITableViewDataSource,
UIAlertView
Delegate{
lengshengren
·
2014-11-27 00:00
ios
IOS时间选择器UIPickerView,ios8中UIView替代UIActionSheet
以前在网上下了个时间选择器Demo,由于封装成UIActionSheet类型,而ios8弃用了UIActionSheet和
UIAlertView
,不得不对代码进行修改。
f10_s
·
2014-11-26 12:00
ios8
UIPickerView
ios 中代理类汇总
UITextViewDelegateUIToolbarDelegateUITextInputDelegateUITextFieldDelegateUIWebViewDelegateNSLayoutManagerDelegate//UIActionSheet//UIActionSheetDelegate要放弃//
UIAlertView
文启领航
·
2014-11-25 16:14
ios8
swift
代理类
类结构
UIView类图(IOS)
UIViewUIActionSheetUIActivityIndicatorView
UIAlertView
UICollectionReusableView 子类 UICollectionViewCell
文启领航
·
2014-11-24 17:43
ios
UIView
UIKit
自定义AlertView
-(void)viewDidLoad{ [superviewDidLoad];
UIAlertView
*myAlert=[[
UIAlertView
alloc]initWithTitle:@"信息提示
liulushi_1988
·
2014-11-21 11:00
UISwitch、UISlider、UISegmentedControl、UIActivityIndicatorView、UIStepper、UIProgress、
UIAlertView
--(图)
UIActionSheet选择框在下面红线的地方,也有截图 -(void)viewDidLoad{ [superviewDidLoad]; //Doanyadditionalsetupafterloadingtheview. /***************************/ /*UISwitch*/ /*===================*/ /*开关按键*/ /*==
u010165653
·
2014-11-19 19:00
IOS手动编写界面----
UIAlertView
的详细使用示例
只弹出提示框的就不说了最最详细的用法可以参看:IOS7ProgrammingCookBook的1.1以下指示展示了如何使用
UIAlertView
的
UIAlertView
StylePlainTextInput
fssssssss
·
2014-11-19 11:00
]半透明的UIView作进度提示,或者说是半透明遮盖。附源码
没有使用
UIAlertView
是因为我不知道如何用代码使其消失(除非release,但我还想重复利用呢),而且也不知道如何让alert的边框隐藏掉……以下是代码,用完后记得release?
jinyeweiyang
·
2014-11-17 20:00
广告轮播
h <
UIAlertView
Delegate,UIScrollViewDelegate>{ NSInteger currentIndex;  
peng13123
·
2014-11-17 20:00
广告
ios调用摄像头默认为摄像
UIImagePickerControllerisSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) {
UIAlertView
ljl5125
·
2014-11-17 18:08
ios
默认摄像
ios调用摄像头默认为摄像
[UIImagePickerControllerisSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]){
UIAlertView
*alert
ljl5125
·
2014-11-17 18:08
ios
默认摄像
好东西
互转:JSONToModel操作通讯录:THContactPickerJSON解析好工具:MJExtension评价、版本更新、页面查看等:iLink计算某段代码执行的时间:MKBlockTimer为
UIAlertView
woaifen3344
·
2014-11-15 23:00
UIActionsheet 自定义
一:模态视图UIActionSheet、
UIAlertView
、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
WUWUWEIWEILONGLONG
·
2014-11-08 18:00
UIAlertView
自定义加入TextField输入框
相信很多人第一次跟我一样去找个现成的用用,但是发现找到的要么是不是我需要的,要么各种bug不兼容.所以自己决定研究做一个,最简单的思路,自定义UITextField加到
UIAlertView
中,但是后面去网上寻觅了一番
orli
·
2014-11-05 18:07
IOS
IOS_警告框(
UIAlertView
,UIActionSheet)
UIAlertView
在view的中间弹出警告框。
UIAlertView
的创建非常简单,然后显示出来就可以了。
husky2008
·
2014-11-04 21:00
UIAlertView
的各种属性、方法及代理的使用
转自:http://blog.csdn.net/banyingli/article/details/6167592有空再来做说明#import"AlertViewTestViewController.h" @implementationAlertViewTestViewController /* Tasks CreatingAlertViews –initWithTitle:message:d
zengraoli
·
2014-10-31 17:00
UIALertView
的基本用法与
UIAlertView
Delegate对对话框的事件处理方法
转自:http://blog.csdn.net/enuola/article/details/7900346首先,视图控制器必须得实现协议
UIAlertView
Delegate中的方法,并指定delegate
zengraoli
·
2014-10-31 17:00
uialertview
UIAlertView
+ Block
///
UIAlertView
+Block.h//
UIAlertview
-study//// CreatedbyKevinJinon13-9-2.// Copyright(c)2013年KevinJin.Allrightsreserved
majiakun1
·
2014-10-30 23:00
[IOS]iOS8下的UIAlertContoller初探
网址:http://www.cnblogs.com/nathanou/p/3778200.htmliOS8推出了几个新的“controller”,主要是把类似之前的
UIAlertView
变成了UIAlertController
htx931005
·
2014-10-26 20:00
ios
iOS8的UIAlertController
从iOS8开始,
UIAlertView
和UIActionSheet都不再推荐了,应该开始使用一个新的API,UIAlertControllerUIAlertController继承自UIViewController
kyfxbl
·
2014-10-25 16:00
ios8
uialertview
iOS8的UIAlertController
从iOS8开始,
UIAlertView
和UIActionSheet都不再推荐了,应该开始使用一个新的API,UIAlertController UIAlertController继承自UIViewController
kyfxbl
·
2014-10-25 16:00
controller
ios 开发中遇到的问题总结以及解决方法
isInstalled){
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:@"您未安装此软件,请安装!"
svendson
·
2014-10-16 14:00
ios
xcode
ios7
uiscrollview
iOS8-
UIAlertView
Controller
已有的UIActionSheet和
UIAlertView
就这样被打酱油了么?其实不然。。。
七月July
·
2014-10-15 11:16
Cocoa-UI篇
统计字符串中某个字符的个数
intnumberPoint=0; for(inti=0;i=2) {
UIAlertView
*alert=[[
UIAlertView
alloc]initWithTitle:@"价格"message
1054949000
·
2014-10-14 17:00
iOS8中提示框的使用UIAlertController(
UIAlertView
和UIActionSheet二合一)
iOS8推出了几个新的“controller”,主要是把类似之前的
UIAlertView
变成了UIAlertController,这不经意的改变,貌似把我之前理解的“controller”一下子推翻了~
liangliang103377
·
2014-10-14 15:00
UIAlertController使用
1、替代
UIAlertView
代码:if(SYSTEM_VERSION>=8.0) { UIAlertController*alertCtr=[UIAlertControlleralertControllerWithTitle
SoulHao
·
2014-10-10 14:00
UIAlertView
、UIActionSheet兼容iOS8
1、前言iOS8新增了UIAlertController来代替
UIAlertView
、UIActionSheet的使用。
SoulHao
·
2014-10-10 11:00
[Swift]UIAlertController 以及 Swift 中的闭包和枚举
UIActionSheet和
UIAlertView
都被UIAlertController替换了。在iOS8里,如果你想要弹出消息,你应该使用UIAlertControl
wxg694175346
·
2014-10-09 15:00
iOS8中提示框的使用UIAlertController(
UIAlertView
和UIActionSheet二合一)
iOS8推出了几个新的“controller”,主要是把类似之前的
UIAlertView
变成了UIAlertController,这不经意的改变,貌似把我之前理解的“controller”一下子推翻了~
lengshengren
·
2014-10-08 17:00
ios8
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他