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
Actionsheet
appcan摄像头调用
//选择图片 弹出
actionSheet
function SelectPic(){ uexWindow.
actionSheet
("选择文件"
csu_10086
·
2013-06-25 16:00
appcan
appcan摄像头调用
阅读更多//选择图片弹出actionSheetfunctionSelectPic(){uexWindow.
actionSheet
("选择文件","取消",["本地文件","照相机拍摄"]);}//摄像头
csu_10086
·
2013-06-25 16:00
appcan
appcan摄像头调用
阅读更多//选择图片弹出actionSheetfunctionSelectPic(){uexWindow.
actionSheet
("选择文件","取消",["本地文件","照相机拍摄"]);}//摄像头
csu_10086
·
2013-06-25 16:00
appcan
UIActionSheet 按钮不响应点击事件的解决方法
如题,如果在项目中使用了UIActionSheet和UITabBarViewController,那么
actionSheet
的最底下的一个按钮可能就不会响应你的触摸事件,原因是被tabbar覆盖了,下面是
bl1988530
·
2013-05-30 19:00
当UIActionSheet的title个数不确定时如何处理
如果按正规的方法添加后是这样的:修改后:终于弄好了,上代码吧:UIActionSheet*
actionSheet
=[[UIActionSheetalloc]initWithTitle:nildelegate
chenyong05314
·
2013-05-22 17:00
IOS第二十五天——控件之
ActionSheet
最开始我们学习过关于Alert的一些相关知识,那么我们知道alert是弹出一个警告窗体,可能有一个或多个按钮供用户进行选择,而
ActionSheet
是底部弹出,有两个及两个以上的选项供用户进行选择。
jeepxiaozi
·
2013-05-16 23:00
ios
obj-c
ActionSheet
实现全局关闭所有键盘,
actionSheet
和alertView
在多页面的IOS程序中,当切换页面时,需要先将keyBoard,
actionSheet
或alertView这类模态化窗口隐藏。
vane_
·
2013-05-11 15:00
UIActionSheet设置样式
actionSheet
.actionSheetStyle = UIActionSheetStyleBlackOpaque;//设置样式参数解释: cancelButtonTitle destructiveButtonTitle
vane_
·
2013-05-11 14:00
UIActionSheet使用方法
UIActionSheet*
actionSheet
=[[UIActionSheetalloc] initWithTitle:@"
actionSheet
实例?"
vane_
·
2013-05-11 14:00
iOS 对于iPhone5分辨率兼容性调整问题
继续,开始修复黑边~~这一步只要在config里多加一张4inch的launch图片就能搞定 这样如下图,让layout上对齐,并且
actionSheet
显示正
a351945755
·
2013-05-09 11:00
iOS 6分享列表——UIActivityViewController详解
苹果设计它主要的目的是替换分享动作选单(
ActionSheet
),分享动作选单是出于分享目的的动作选单。通过动作选单上的选择按钮,可以把图片分享给别人。
关东升
·
2013-05-08 11:00
ios开发
iOS6分享列表
iOS6网络编程
iOS 6分享列表――UIActivityViewController详解
苹果设计它主要的目的是替换分享动作选单(
ActionSheet
),分享动作选单是出于分享目的的动作选单。通过动作选单上的选择按钮,可以把图片分享给别人。
tony_guan
·
2013-05-08 11:58
iOS开发那些事
iOS6网络编程
iOS6分享列表
iOS 6分享列表――UIActivityViewController详解
苹果设计它主要的目的是替换分享动作选单(
ActionSheet
),分享动作选单是出于分享目的的动作选单。通过动作选单上的选择按钮,可以把图片分享给别人。
tony_guan
·
2013-05-08 11:58
iOS开发那些事
iOS6网络编程
iOS6分享列表
iOS 6分享列表——UIActivityViewController详解
苹果设计它主要的目的是替换分享动作选单(
ActionSheet
),分享动作选单是出于分享目的的动作选单。通过动作选单上的选择按钮,可以把图片分享给别人。
tony关东升
·
2013-05-08 11:58
iOS开发那些事
iOS6网络编程
iOS6分享列表
iOS开发
iOS 6分享列表——UIActivityViewController详解
苹果设计它主要的目的是替换分享动作选单(
ActionSheet
),分享动作选单是出于分享目的的动作选单。通过动作选单上的选择按钮,可以把图片分享给别人。
tonny_guan
·
2013-05-08 11:00
iOS6
iOS开发那些事
iOS网络编程
iOS6分享列表
actionSheet
imageView的边界
原问题来自于CSDN问答频道,更多解决方案见:http://ask.csdn.net/questions/2156问题描述:需要在
actionsheet
修改imageView的边界属性: #pragmaUIActionSheetDelegateMethods
CSDN_Ask
·
2013-04-22 13:00
ios
框架
Objective-C
iPhone
iOS UIAlertView和UIActionSheet的用法
这篇文章主要学习alertview和
actionsheet
这两个控件的使用。
Crayon_DyS
·
2013-04-05 16:00
ios学习笔记
ActionSheet
:头文件里加协议。
viviwen123
·
2013-03-30 19:00
【iOS学习】----UIActionSheet
创建:UIActionSheet*
actionSheet
=[[UIActionSheetalloc]initWithTitle:@"Hello" delegate:self cancelButtonTitle
sjx19871225
·
2013-03-23 17:00
UIActionSheet
IOS 使用照相机和图片库
对象2.用presentModalViewController来显示它3.实现UIImagePickerControllerDelegate的方法举个例子,此例子的功能如下:点击一个照相按钮,弹出一个
ActionSheet
kiki1985
·
2013-03-21 22:00
图片库
使用照相机
IOS 选照片
UINavigationControllerDelegate,UIImagePickerControllerDelegate)//选择图片-(IBAction)btnChoosePhoto:(id)sender{UIActionSheet*
actionSheet
kiki1985
·
2013-03-21 09:00
UIActionSheet底部20像素问题
今天遇到一个问题,就是在使用
ActionSheet
的时候,底部会出现20像素的空白,之前添加的时候是使用[actionSheetshowInView:self.view];后来又看了这篇文章,尝试使用下面的代码解决了该问题
Mideveloper
·
2013-03-17 10:00
UIActionSheet 按钮不响应点击事件的解决方法
如题,如果在项目中使用了UIActionSheet和UITabBarViewController,那么
actionSheet
的最底下的一个按钮可能就不会响应你的触摸事件,原因是被tabbar覆盖了,下面是
张志浩
·
2013-02-07 10:00
iPhone开发【十八】自定义视图之
ActionSheet
中使用PickerView
转载请注明出处,原文网址:http://blog.csdn.net/m_changgong/article/details/8245964 作者:张燕广实现的功能:1)打开
ActionSheet
后展示PickerView
h3c4lenovo
·
2013-02-04 10:00
RDActionSheet
RDActionSheet 是一个可方便进行定制的
ActionSheet
转载:http://www.adobex.com/ios/source/details/00001065.htm
iosCode
·
2013-02-01 21:00
RDActionSheet
BCDShareSheet
BCDShareSheet 是一个简单的
ActionSheet
,实现了通过 Email、Facebook和 Twitter 进行分享的功能。
iosCode
·
2013-02-01 21:00
BCDShareSheet
RDActionSheet
RDActionSheet 是一个可方便进行定制的
ActionSheet
转载:http://www.adobex.com/ios/source/details/00001065.htm
iosCode
·
2013-02-01 21:00
RDActionSheet
BCDShareSheet
BCDShareSheet 是一个简单的
ActionSheet
,实现了通过 Email、Facebook和 Twitter 进行分享的功能。
iosCode
·
2013-02-01 21:00
BCDShareSheet
[IOS Code]实现全局关闭所有键盘,
actionSheet
和alertView
在多页面的IOS程序中,当切换页面时,需要先将keyBoard,
actionSheet
或alertView这类模态化窗口隐藏。
xy5811
·
2013-01-31 13:00
iPhone开发自定义视图之
ActionSheet
中使用PickerView .
实现的功能:1)打开
ActionSheet
后展示PickerView,进行选择操作。
android_zhang
·
2013-01-29 14:00
ios
CMActionSheet
ActionSheet
弹出到最后会有一种弹跳(Bounce)的效果。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。
iosCode
·
2013-01-26 00:00
CMActionSheet
icon sheet
实现可自定义的
ActionSheet
。在
ActionSheet
中加入按钮、ScrollView等控件。 推荐理由:UI很简洁漂亮,代码也很简洁。
iosCode
·
2013-01-26 00:00
sheet
icon
IOS调用摄像头或照片库获取资源
一个上传按钮,单击事件-(IBAction)btnClick{ UIActionSheet*
actionSheet
=[[UIActionSheetalloc] initWithTitle:@"请选择文件来源
marujunyy
·
2013-01-21 15:00
UIActionSheet&UIAlertView
UIViewController-(IBAction)ShowActionSheet:(id)sender;.m文件-(IBAction)ShowActionSheet:(id)sender{ UIActionSheet*
actionSheet
微笑de辛翼
·
2013-01-10 16:00
【iPhone代码片段之一】UIActionSheet&UIAlertView的应用 .
- (IBAction)buttonPressed:(id)sender { NSLog(@"buttonPressed"); UIActionSheet *
actionSheet
android_zhang
·
2013-01-07 09:00
ios
IOS基础:
ActionSheet
(上拉菜单)的实现
一看图就明白了,毋需多说。 [java] viewplaincopyprint?UIActionSheet* mySheet = [[UIActionSheet alloc] initWithTitle:@"ActionChoose" delegate:self
dengshengjin2234
·
2012-12-31 10:00
IOS 界面设计基本知识(HIG)
控件文本框警告框&操作列表(
actionsheet
)定制图标和图片指南 控件直接用IOS提供的控件,不需要自己画样式 控件名 图片 说明 交互 样式 使用场景 活动指示器 暗示任务或过程正在进行中在工具栏或主视图展示
suqing
·
2012-12-25 13:00
界面设计
ActionSheet
中cancelButton按钮没法按的解决方法
ActionSheet
中cancelButton按钮没法按[actionSheetshowInView:[UIApplicationsharedApplication].keyWindow];一般这种情况都是用了
ciwonderful
·
2012-12-18 13:00
iPhone开发【四】常用控件之
ActionSheet
与AlertView
转载请注明出处,原文网址:http://blog.csdn.net/m_changgong/article/details/8103321 作者:张燕广实现的功能:练习
ActionSheet
与AlertView
h3c4lenovo
·
2012-12-17 14:00
iphone之
ActionSheet
介绍
ActionSheet
和AlertView比较相似,都是给用户一个提示信息。但是它是从底部弹出。它通常用于确认潜在的危险或不能撤销的操作。比如删除一条数据。
jefry_xdz
·
2012-12-02 19:00
iPhone开发【十八】自定义视图之
ActionSheet
中使用PickerView
转载请注明出处,原文网址:http://blog.csdn.net/m_changgong/article/details/8245964作者:张燕广实现的功能:1)打开
ActionSheet
后展示PickerView
m_changgong
·
2012-12-01 11:00
iPhone
iPhone
iPhone
iPhone
自定义视图
ActionSheet
pickerView
学ios开发:Delegate,Action Sheet, Alert
从零开始学ios开发(七):Delegate,
ActionSheet
,AlertActionSheet和Alert是2种特殊的控件(暂且称之为控件吧,其实不是控件真正的控件,而是ios中的2个类,这2个类定义了
·
2012-11-27 09:00
delegate
UIActionSheet操作表单
一、定义
ActionSheet
:UIActionSheet*mySheet=[[UIActionSheetalloc] initWithTitle:@"ActionChoose"
wang9834664
·
2012-11-05 12:00
iPhone开发【四】常用控件之
ActionSheet
与AlertView
转载请注明出处,原文网址:http://blog.csdn.net/m_changgong/article/details/8103321作者:张燕广实现的功能:练习
ActionSheet
与AlertView
m_changgong
·
2012-10-23 16:00
服务器
application
delete
iPhone
button
interface
【iOS】对于iPhone5分辨率兼容性调整问题
继续,开始修复黑边~~这一步只要在config里多加一张4inch的launch图片就能搞定这样如下图,让layout上对齐,并且
actionSheet
显示正常~最后用宏
leyteris
·
2012-09-20 22:00
iPhone5
iOS6
【iOS】对于iPhone5分辨率兼容性调整问题
继续,开始修复黑边~~这一步只要在config里多加一张4inch的launch图片就能搞定 这样如下图,让layout上对齐,并且
actionSheet
显示正
leyteris
·
2012-09-20 22:00
iOS6
iPhone5
UIActionSheet 按钮不响应点击事件的解决方法
如题,如果在项目中使用了UIActionSheet和UITabBarViewController,那么
actionSheet
的最底下的一个按钮可能就不会响应你的触摸事件,原因是被tabbar覆盖了,下面是
a394318511
·
2012-09-19 17:00
xcode
IOS之UI基础
2.1增强版HelloWorld2.2MVC设计模式2.3CocoaMVC2.4视图控制器的方法2.5输出口和动作2.6键盘输入2.7使用AlertView2.8使用
ActionSheet
2.8等待有关控件
syx278250658
·
2012-09-03 07:00
同时有两个UIActionSheet时,
actionSheet
:方法如何判断当前选择的是哪个?
yourSheet1.tag=1;yourSheet2.tag=2;然后在方法里比对标志:-(void)
actionSheet
:(UIActionSheet*)actionSheetclickedButtonAtIndex
me10net
·
2012-08-27 21:00
IOS中的通知--操作表
ActionSheet
和警报AlertView
用来向用户提供通知并供选择,
ActionSheet
从底部弹出,可以显示一系列的按钮,AlertView是屏幕中间弹出一个对话框形式的,类似于android的dialog,并且可以在AlertView上添加一个
jianhua0902
·
2012-08-27 19:00
ios
android
dialog
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他