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
微信官方UI库:WeUI
包含button、cell、dialog、progress、toast、article、
actionsheet
、icon等各式元素演示地址;http://weui.github.io/weui/项目地址
标点符
·
2016-04-06 12:00
前端技术
程序开发
Android Studio导入库出现 Plugin with id 'com.github.dcendents.android-maven' not found.
AndroidStudio导入一个github的库,首先File–>new–>importModule,然后将下载的库导入,我这里导入的是github的
actionSheet
库,然后出现此错误Pluginwithid'com.github.dcendents.android-maven'notfound
Handsonn
·
2016-04-04 20:00
android
库
Studio
UIAlertController
是使用对话框(alert)还是使用上拉菜单(
actionsheet
),就取决于在创建控制器时,您是如何设置首选样式的。一个简单的对话框例子您可以比较一下两种不同的创建对话框的代码,创建基础UIAle
SpringJustin
·
2016-03-25 13:00
让 UIAlertController 兼容 iOS7
公司项目中用到了 UIAlertController 来实现自定义
actionsheet
文字颜色的需求,而 UIAlertController 只能在iOS8及更高版本系统使用,在iOS7下会crash
u013705509
·
2016-03-15 13:00
一个IOS弹出窗口时的小技巧
可以实现一种类似
actionsheet
的效果,使得除了弹出的窗口以外的部分是灰色的。并且对用户触摸无效。可以通过添加一个uiview来实现。
u012701023
·
2016-02-29 16:00
ios开发
弹窗
调用地图的导航功能
-(void)
actionSheet
:(UIActionSheet*)actionSheetclickedButtonAtIndex:(NSInteger)buttonIndex{ NSString
ZHZMAREN
·
2016-02-25 14:00
实现全局关闭所有键盘,
actionSheet
和alertView
在多页面的IOS程序中,当切换页面时,需要先将keyBoard,
actionSheet
或alertView这类模态化窗口隐藏。
哈哈8066
·
2016-02-16 17:00
iOS 自定义
Actionsheet
自定义的
Actionsheet
效果如下自定义的思路1.在window上添加两个图层,背景层和功能层,如下图2.设置背景层的背景色和透明度,并在背景层上添加点击事件3.将自定义的view添加为功能层的subView
这个JB不太屌
·
2016-02-14 15:00
WeUI 为微信 Web 服务量身设计-h5前端框架
包含button、cell、dialog、 progress、 toast、article、
actionsheet
、icon等各式元素。
冰点の爱
·
2016-02-09 22:00
iOS之设置头像(访问系统相册、本地上传)
1.UIActionSheet*
actionSheet
=[[UIActionSheetalloc]initWithTitle: @"设置头像"delegate:selfcancelButtonTitle
Jaycee麦子
·
2016-01-28 14:00
Android Studio 不错的开源库
/*仿IOS加载框*/compile'com.baoyz.
actionsheet
:library:1.1.5'/*仿IOS-UIActionSheet控件,https://github.com/baoyongzhang
daditao
·
2016-01-27 11:45
Android精华
iOS8之后的UIAlertViewController
一、iOS8之前 1、使用UIActionSheet作为弹出框 UIActionSheet*
actionSheet
; //判断是否支持相机 if([UIImagePickerControllerisSourceTypeAvailable
MinggeQingchun
·
2016-01-25 20:00
uialertview
UIActionSheet
IOS从本地相册获取或者拍照上传头像
UIImageView*headImage;@property(strong,nonatomic)UIButton*Button;@property(strong,nonatomic)UIActionSheet*
actionSheet
5_apple_xu
·
2016-01-22 17:00
Developing iOS 8 Apps with Swift Lesson 11学习
UIAlertController简介UIAlertController可以参考我之前的一篇文章iOS项目开发实战(Swift)—Button和Alert学习UIAlertController有Alert和
ActionSheet
hackerzchao
·
2016-01-21 10:02
iOS
Swift
Developing
iOS
8
App
Developing iOS 8 Apps with Swift Lesson 11学习
UIAlertController简介UIAlertController可以参考我之前的一篇文章iOS项目开发实战(Swift)—Button和Alert学习UIAlertController有Alert和
ActionSheet
hnuzengchao
·
2016-01-21 10:00
ios
ios
APP
swift
8
developing
iOS8开发之iOS8的UIAlertController
在iOS8之前用UIActionSheet和UIAlertView来提供按钮选择和提示性信息,比如UIActionSheet可以这样写:UIActionSheet*
actionSheet
=[[UIActionSheetalloc
编码事界
·
2015-12-26 17:00
iOS开发——
ActionSheet
的使用与弹出选择对话框
也就是点击按钮,出现选择提示框,我们今天使用两种方式(
ActionSheet
和AlertController)来实现该功能。
CHENYUFENG1991
·
2015-12-23 13:00
ios
ActionSheet
AlertController
学习笔记:swift——下方弹窗事件UIAlertController
,message:"",preferredStyle:UIAlertControllerStyle.
ActionSheet
)letcleanAction=UIAlertAction(title:"取消"
独居焚香
·
2015-12-17 15:36
Swift注释风格
看看ObjectiveC中常用的注释看看下面是笔者对UIActionSheet封装的一个通用方法的注释:/***@authorhuangyibiao**Block版本的
actionSheet
,具体如何使用请参考
woaifen3344
·
2015-12-12 11:00
code
swift
comment
Swift-comm
swift注释
iOS UIAlertController
是使用对话框(alert)还是使用上拉菜单(
actionsheet
)
鸿鹄当高远
·
2015-12-07 18:00
视频上传
//注意要给self.imagePicker设置代理 - (void)
actionSheet
:(UIActionSheet *)
actionSheet
clickedButtonAtIndex:(NSInteger
攻天
·
2015-12-02 18:00
警告框和操作表
警告框(AlertView)和操作表(
ActionSheet
)就是为此而设计的。
Chars-D
·
2015-11-24 20:00
iOS警告框和操作表
警告框(AlertView)和操作表(
ActionSheet
)就是为此而设计的。
Chars-D
·
2015-11-23 23:00
iOS项目开发实战(Swift)—初探TableView
1.UIAlertController1)
ActionSheet
直接从底部弹出提示框2)Alert直接从中间弹出提示框3)通过UIAlertAction添加相应的属性(eg:Cancle/OKetc).
hackerzchao
·
2015-11-23 16:27
iOS项目开发实战
iOS项目开发实战(Swift)—初探TableView
1.UIAlertController1)
ActionSheet
直接从底部弹出提示框2)Alert直接从中间弹出提示框3)通过UIAlertAction添加相应的属性(eg:Cancle/OKetc).
hnuzengchao
·
2015-11-23 16:00
【ios开发】自定义
Actionsheet
实现时间选择器和省市区选择器
最近的工程有一个个人资料页面,需要填写生日和地区的信息,需要自己定义个
actionsheet
。 但是到网上搜了一下都不太合适,只好自己研究研究,重写了一个。
·
2015-11-13 22:13
action
ios日历视图实现日期输入
在视图控制器上,触摸textfield,打开的不是虚拟键盘,也不是datepicker,也不要
actionsheet
,要一个类似html上的日历输入框。 这类控件有很多开源的,但目标不是我想要的。
·
2015-11-13 15:07
ios
IOS获取摄像和本地中的资源
一个上传按钮,单击事件 1 -(IBAction)btnClick{ 2 UIActionSheet*
actionSheet
= [[UIActionSheet alloc]
·
2015-11-13 14:55
ios
iOS开发UI篇—实现一个私人通讯录小应用(二)
实现-(void)
actionSheet
:(UIActionSheet *)
actionSheet
clickedButtonAtIndex:(NSInteger)buttonI
·
2015-11-13 09:12
ios开发
appcan拍照,选取照片,上传
1 <div onclick="
actionsheet
(0)”>照片1</div> 2 <div onclick="
actionsheet
(1
·
2015-11-13 09:00
APP
UIActionSheet 传值
#pragma mark -
actionSheet
- (void)shareOrder:(NSDictionary *)product { UIActionSheet
·
2015-11-13 05:45
action
IOS 学习之UIActionSheet的使用
为了快速完成这个例子我们在xcode中建立一个singleview 项目,在窗口中添加一个button用来弹出
actionsheet
1.首先在头文件中声明协议<UIActionSheetDelegate
·
2015-11-12 16:01
action
UIActionSheet完美解决方案
最古老的方法一: -(void)CreateActionSheet{ self.
actionSheet
= [[UIActionSheetalloc]
·
2015-11-12 16:50
action
警告框和操作表(IOS开发)
操作表(
ActionSheet
)能够给用户提供多个选择
·
2015-11-12 13:23
ios开发
Sencha Touch xtype对应的class
Touch 2的有效xtype xtype Class ----------------- ---------------------
actionsheet
·
2015-11-11 18:34
Sencha Touch
[iOS基础控件 - 6.12.2] Modal
A.概念 1.也可以用来切换控制器 2.如
ActionSheet
除了push之外,还有另外一种控制器的切换方式,那就是Modal 任何控制器都能通过Modal的形式展示出来
·
2015-11-11 08:52
ios
iOS实现头像选取(照相或者图片库)、大小等比缩放、生成圆形头像
//弹出
actionsheet
。
·
2015-11-08 17:01
ios
相机 照片获取
[[UIImagePickerController alloc] init]; if (buttonIndex==
actionSheet
.firstOtherButtonIndex
·
2015-11-08 09:43
获取
IONIC
actionsheet
的cancel menu在android下不显示的bug
在_action-sheet.scss有这个规则:.platform-android.action-sheet-cancel{display:none;}可以在自定义的scsss文件加上:.platform-android.action-sheet-cancel{display:block!important;}重新编译scss即可。
xundh
·
2015-11-06 11:00
android
bug
ionic
ActionShee
IOS之UIActionSheet& UIAlertView
一、UIActionSheet UIActionShee用来对指定的事件向用户呈现一系列的操作;也可以用来提示用户确认有些带有危险性的操作;
ActionSheet
包含一个可选的标题和一个或多个按钮,其中每一个对应于要执行的操作
zhang31jian
·
2015-11-05 16:00
delegate参数解析
在Cocoa里面很多对象的初始化都有一个delegate参数,例如初始化一个
ActionSheet
[[UIActionSheet alloc] initWithTitle:@"
·
2015-11-02 17:38
delegate
IOS获取摄像和本地中的资源
一个上传按钮,单击事件 1 -(IBAction)btnClick{ 2 UIActionSheet*
actionSheet
= [[UIActionSheet alloc] 3
·
2015-11-02 13:59
ios
UIAlert & UIActionSheet
<UIActionSheetDelegate> UIActionSheet *
actionSheet
= [[UIActionSheet alloc] &
·
2015-11-02 10:38
action
ios
actionsheet
showinview导致崩溃解决方法
如果在代码中调用加入
actionsheet
的功能 1 UIActionSheet *
actionSheet
= [[UIActionSheet alloc] 2
·
2015-11-01 12:57
action
UIActionSheet & UIAlertView
UIActionSheet *
actionSheet
= [[UIActionSheet alloc] initWithTitle:@"您是否真的要发邮件给他?
·
2015-10-31 19:24
uialertview
高仿IOS---Dialog(底部式)
代码地址点击打开链接activity_main.xml view_
actionsheet
.xml @android:color/transparent @null
u013210620
·
2015-10-31 18:00
OC与Swift写AlertController
在iOS8以后,alertView和
actionSheet
,被 alertController所替代.今天用OC和swift,分别写了alertController.给大家做个参考.共勉.
·
2015-10-31 14:34
controller
使用AHKActionSheet
AHKActionSheet https://github.com/fastred/AHKActionSheet 基本配置代码: AHKActionSheet *
actionSheet
·
2015-10-31 11:05
action
关于调用摄像头代码
UIActionSheet *
actionSheet
=[[UIActionSheet alloc] initWithTitle:@"" delegate:self cancelButtonTitle
·
2015-10-31 10:17
代码
ios
actionsheet
跟 imagepickercontroller冲突的问题解决方法
在ipad的ios8.0系统上,
actionsheet
上点击响应后如果调用了 UIImagePickerController *picker = [[UIImagePickerController alloc
·
2015-10-30 15:29
controller
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他