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
UIActionSheet
04-
UIActionSheet
的使用
UIActionSheet
是在iOS弹出的选择按钮项,可以添加多项,并为每项添加点击事件。为了快速完成这例子,我们打开Xcode4.3.2,先建立一个singleviewapplication。
zhengjj_2009
·
2013-09-17 00:00
action
2013-8-12练习[制作一个具有UIAlertView和
UIActionSheet
的登陆界面]
创建登陆窗口(有用户名和密码),确认后弹出对话框再输入一遍,如果都相同,显示用户图片,如果不相同,弹出上拉菜单(
UIActionSheet
),问是否重新输入,是的话弹出对话框重新输入。
蓬莱仙羽
·
2013-08-13 09:00
IOS应用
2013-8-12练习[制作一个具有UIAlertView和
UIActionSheet
的登陆界面]
创建登陆窗口(有用户名和密码),确认后弹出对话框再输入一遍,如果都相同,显示用户图片,如果不相同,弹出上拉菜单(
UIActionSheet
),问是否重新输入,是的话弹出对话框重新输入。
s10141303
·
2013-08-13 09:00
2013-8-12练习[制作一个具有UIAlertView和
UIActionSheet
的登陆界面]
创建登陆窗口(有用户名和密码),确认后弹出对话框再输入一遍,如果都相同,显示用户图片,如果不相同,弹出上拉菜单(
UIActionSheet
),问是否重新输入,是的话弹出对话框重新输入。
蓬莱仙羽
·
2013-08-13 09:00
上传头像(照相机、图片库)
#pragmamark-上传头像-(IBAction)btnUploadHeadClicked:(id)sender{
UIActionSheet
*actionSheet=[[UIActionSheetalloc
xiaoxiangzhu660810
·
2013-08-02 12:00
ios
图片库
照相机
上传头像
iOS 保存到相册和从相册里面去图片的demo
interfaceViewController:UIViewController{}/////////////////////////// .m文件-(IBAction)scanning:(id)sender{
UIActionSheet
nogodoss
·
2013-07-23 18:00
iOS7的兼容性
iOS7的兼容性苹果发布iOS7之后,iOS7全部采用扁平化的界面,我们的app界面在iOS7上出现了很大的改变,这包括UINavigationBar,UIButton,
UIActionSheet
,UITabBar
一念之间888
·
2013-07-15 16:18
兼容性
背景图片
UIButton
ios7
UIActionSheet
苹果发布
iOS7的兼容性
苹果发布iOS7之后,iOS7全部采用扁平化的界面,我们的app界面在iOS7上出现了很大的改变,这包括UINavigationBar,UIButton,
UIActionSheet
,UITabBar等。
HDDevTeam
·
2013-07-15 16:28
兼容性
背景图片
苹果发布
iOS
iOS7的兼容性
苹果发布iOS7之后,iOS7全部采用扁平化的界面,我们的app界面在iOS7上出现了很大的改变,这包括UINavigationBar,UIButton,
UIActionSheet
,UITabBar等。
HDDevTeam
·
2013-07-15 16:28
兼容性
背景图片
UIButton
ios7
UIActionSheet
苹果发布
iOS 从相机或相册获取图片并裁剪
代码很简单,抽取关键部分,如下://loaduserimage -(void)UesrImageClicked {
UIActionSheet
*sheet; //判断是否支持相机 if([UIImagePickerControllerisSourceTypeAvailable
lrenjundk
·
2013-07-05 16:00
ios
图像
相册
裁剪
相机
[ios]i对话框
UIActionSheet
和UIAlertView用法
UIActionSheet
和UIAlertView在iOS中,都是弹出一个对话框,用户必须点击上面的按钮后才能执行其他操作。
119568242
·
2013-07-04 16:00
uialertview
ios-王云鹤 把UIdatePicker 嵌入到
UIActionSheet
中
这里简单的解释一下: -(void)setUpDatePicker方法用于调用UIDatePicker-(void)DatePickerDoneClick:(id)sender方法用于实现隐藏UIdatePicker-(void)dateChanged:(id)sender方法实现获取日期结果值的方法。如果没有实现效果,别忘记加上协议,这个是比较容易忘记的-(void)setUpDatePicke
·
2013-06-29 22:00
Datepicker
IOS学习——
UIActionSheet
的使用
转自:http://blog.csdn.net/totogo2010/article/details/7618891
UIActionSheet
是在iOS弹出的选择按钮项,可以添加多项,并为每项添加点击事件
blue_jjw
·
2013-06-24 19:00
iOS学习:调用相机,选择图片上传,带预览功能
.h中加入delegate@interfaceViewController:UIViewController四、实现按钮事件-(IBAction)chooseImage:(id)sender{
UIActionSheet
芳仔小脚印
·
2013-05-30 21:00
压缩图片
图片上传
图片预览
IOS调用相机
模拟器添加图片
UIActionSheet
按钮不响应点击事件的解决方法
如题,如果在项目中使用了
UIActionSheet
和UITabBarViewController,那么actionSheet的最底下的一个按钮可能就不会响应你的触摸事件,原因是被tabbar覆盖了,下面是
bl1988530
·
2013-05-30 19:00
iOS 自定义控件系列
UITableViewCell http://mobile.tutsplus.com/tutorials/iphone/customizing-uitableview-cell/ 创建动态动作表单(
UIActionSheet
zl4393753
·
2013-05-27 17:00
自定义控件
当
UIActionSheet
的title个数不确定时如何处理
如果按正规的方法添加后是这样的:修改后:终于弄好了,上代码吧:
UIActionSheet
*actionSheet=[[UIActionSheetalloc]initWithTitle:nildelegate
chenyong05314
·
2013-05-22 17:00
[源码下载]
UIActionSheet
详解
本文源码:http://download.csdn.net/detail/flyter/4274763
UIActionSheet
是iOS开发中实现警告框的重要的类,在很多情况下都要用到,先来一睹其芳容:
liwei3gjob
·
2013-05-20 00:00
ios
ios
ios开发
UIActionSheet
UI控件
UIActionSheet
和UIProgressView的组合
-(void)incrementBar:(id)timer { amountDone+=1.0f; [progressViewsetProgress:(amountDone/20.0)]; if(amountDone>20.0) { [self.actionSheetdismissWithClickedButtonIndex:0animated:YES]; self.actionSh
安身开源国
·
2013-05-16 10:00
UIActionSheet
UIProgressView
UIActionSheet
的各种属性、方法及代理的使用
#import"ActionSheetTestViewController.h" @implementationActionSheetTestViewController /* Tasks CreatingActionSheets –initWithTitle:delegate:cancelButtonTitle:destructiveButtonTitle:otherButtonT
vane_
·
2013-05-11 15:00
UIActionSheet
设置样式
actionSheet.actionSheetStyle = UIActionSheetStyleBlackOpaque;//设置样式参数解释: cancelButtonTitle destructiveButtonTitle是系统自动的两项。otherButtonTitles是自己定义的项,注意,最后一个参数要是nil。[actionSheet showInView:self.view];这行
vane_
·
2013-05-11 14:00
UIActionSheet
使用方法
UIActionSheet
*actionSheet=[[UIActionSheetalloc] initWithTitle:@"actionSheet实例?"
vane_
·
2013-05-11 14:00
动态添加
UIActionSheet
按钮
UIActionSheet
是一个非常有用的类,我就在应用中经常用它,但是它的初始化函数无法让你通过数组来添加按钮。通常你只能通过初始化参数来增加按钮——所有网络上的代
vane_
·
2013-05-11 14:00
其他iOS 底部对话框
UIActionSheet
http://my.oschina.net/xsjayz/blog/118176http://blog.devtang.com/blog/2012/06/24/enhance-
uiactionsheet
vane_
·
2013-05-11 11:00
iOS 底部对话框
UIActionSheet
UIActionSheet
提供了一个菜单式的界面,为用户提供操作命令选项,界面是从屏幕底部向上弹出。
vane_
·
2013-05-11 11:00
iOS(底部)对话框
UIActionSheet
和UIAlertView用法
UIActionSheet
和UIAlertView在iOS中,都是弹出一个对话框,用户必须点击上面的按钮后才能执行其他操作。
vane_
·
2013-05-11 11:00
介绍UIALertView和
UIActionSheet
的用法。
1:构建一个简单的警告框:UIAlertView*alert=[[UIAlertViewalloc] initWithTitle:@"xingchen"message:@"message" delegate:nil cancelButtonTitle:@"OK"otherButtonTitles:nil];[alert show];[alert release];这里,仅仅是现实一个按钮的对
JWZbskywz
·
2013-05-06 09:00
actionSheet imageView的边界
actionsheet修改imageView的边界属性: #pragmaUIActionSheetDelegateMethods -(void)willPresentActionSheet:(
UIActionSheet
CSDN_Ask
·
2013-04-22 13:00
ios
框架
Objective-C
iPhone
iPhone常用控件、
UIActionSheet
、UIAlertView
一、UILabel 二、UIButton 常用事件:TouchUpInside 三、UITextField 常用属性:Text:要显示的文本。Placeholder:指定将要在文本字段中以灰色显示的占位符文本。ClearWhenEditingBegins:用户触摸此字段时是否删除字段中的值。TextInputTraits:文本输入特征。 四、UIImageView 常用属性:image:指定图
u010187065
·
2013-04-20 19:00
关于调用
UIActionSheet
后当点击“取消”按钮会遮挡住底部的tabbar的问题
没什么好说的,需要在头文件中加上 ,然后问题就解决了,真的挺神奇
chenyong05314
·
2013-04-07 00:00
iOS UIAlertView和
UIActionSheet
的用法
这篇文章主要学习alertview和actionsheet这两个控件的使用。ActionSheet是从底部弹出,上面有2个或者2个以上的选项供用户选择,Alert就是一个警告框,上面有1个或者1个以上的按钮供用户进行选择。(说明:其实这两个不是控件,而是ios中的两个类,这里暂且这么叫吧。这2个类定义了2种不同类型的用于和用户交互的弹出框)首先,使用这两个类要使用到其代理,UIAlertViewD
Crayon_DyS
·
2013-04-05 16:00
ios学习笔记
-(IBAction)buttonPressed:(id)sender{
UIActionSheet
*actionSheet=[[UIActionSheetalloc] initWithTitle:@"
viviwen123
·
2013-03-30 19:00
UIActionSheet
popupQuery=[[UIActionSheetalloc]initWithTitle:@"清空全部最近通话"delegate:self cancelButtonTitle:@"取消"destructiveButtonTitle:@"清空最近通话" otherButtonTitles:nil,nil];popupQuery.actionSheetStyle=UIActionSheetStyle
daiyelang
·
2013-03-28 10:00
【iOS学习】----
UIActionSheet
创建:
UIActionSheet
*actionSheet=[[UIActionSheetalloc]initWithTitle:@"Hello" delegate:self cancelButtonTitle
sjx19871225
·
2013-03-23 17:00
UIActionSheet
iOS 自定义
UIActionSheet
一:模态视图
UIActionSheet
、UIAlertView、GKPeerPickerController、UIAPopover、GKPanel等都是ios系统自带的模态视图。
kiki1985
·
2013-03-21 22:00
UIActionSheet
的使用
UIActionSheet
是在iOS弹出的选择按钮项,可以添加多项,并为每项添加点击事件。为了快速完成这例子,我们打开Xcode4.3.2,先建立一个singleviewapplication。
kiki1985
·
2013-03-21 22:00
UIActionSheet
IOS 选照片
UINavigationControllerDelegate,UIImagePickerControllerDelegate)//选择图片-(IBAction)btnChoosePhoto:(id)sender{
UIActionSheet
kiki1985
·
2013-03-21 09:00
UIActionSheet
底部20像素问题
今天遇到一个问题,就是在使用ActionSheet的时候,底部会出现20像素的空白,之前添加的时候是使用[actionSheetshowInView:self.view];后来又看了这篇文章,尝试使用下面的代码解决了该问题[actionSheetshowInView:[UIApplicationsharedApplication].keyWindow];
Mideveloper
·
2013-03-17 10:00
UIActionSheet
////
UIActionSheet
.h// UIKit//// Copyright2010AppleInc.Allrightsreserved.
zhengxf_2012
·
2013-03-05 11:00
UIActionSheet
按钮不响应点击事件的解决方法
如题,如果在项目中使用了
UIActionSheet
和UITabBarViewController,那么actionSheet的最底下的一个按钮可能就不会响应你的触摸事件,原因是被tabbar覆盖了,下面是
张志浩
·
2013-02-07 10:00
OGActionChooser
OGActionChooser 是一个用来替换
UIActionSheet
和UIAlertView的组件,可显示很长的按钮项目,每个项目可以有一个图片和标题,用户可选择某一项然后关闭弹窗,可禁用某些选项。
iosCode
·
2013-02-01 21:00
OGActionChooser
LeveyPopListView
LeveyPopListView 是
UIActionSheet
的替换品,展示了一组可供选择的项目给用户,并允许设置图片。
iosCode
·
2013-02-01 21:00
OGActionChooser
OGActionChooser 是一个用来替换
UIActionSheet
和UIAlertView的组件,可显示很长的按钮项目,每个项目可以有一个图片和标题,用户可选择某一项然后关闭弹窗,可禁用某些选项。
iosCode
·
2013-02-01 21:00
OGActionChooser
LeveyPopListView
LeveyPopListView 是
UIActionSheet
的替换品,展示了一组可供选择的项目给用户,并允许设置图片。
iosCode
·
2013-02-01 21:00
ZPopoverController
ZPopoverController提供了一个简单的方法来处理UIPopoverController,
UIActionSheet
和UIAlertView转载:http://www.adobex.com/
iosCode
·
2013-02-01 21:00
ZPopoverController
ZPopoverController提供了一个简单的方法来处理UIPopoverController,
UIActionSheet
和UIAlertView转载:http://www.adobex.com/
iosCode
·
2013-02-01 20:00
Block UI
为UIAlertView、
UIActionSheet
、UIControl的所有子类(UIButton,UIDataPicker等等)添加使用Block的回调,代替delegate和target和
iosCode
·
2013-01-28 16:00
UI
block
Block Alerts and ActionSheets
实现各种各样的alert和
UIActionSheet
和UIAlertView效果。
iosCode
·
2013-01-26 21:00
block
and
Alerts
ActionSheets
Pop List View
可以取代
UIActionSheet
,使界面更加灵活美观。视图弹出和消失的动画都非常棒。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-26 21:00
list
view
pop
Action Chooser
可以取代
UIActionSheet
,使Action界面更加灵活美观。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-26 20:00
action
chooser
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他