码迷,mamicode.com
首页 >  
搜索关键字:picker    ( 450个结果
ios 点击UITextfield不让键盘弹出,并且弹出UIPicker的方法
好久没来了,现在来逛逛!给大家带来个小技巧! 首先拖拽一个picker,然后设置picker的hidden为yes, 然后给你的Textfield添加一个touch down 事件, 然后再代码里面如下所示:- (IBAction)select:(id)sender { pickerView.hidden=NO; }然后在- (void)viewDidL...
分类:移动开发   时间:2015-01-28 16:02:41    阅读次数:191
前端实用插件-辅助
Flexi a pure JavaScript color pickerhttp://www.daviddurman.com/flexi-color-picker/highlight Syntax highlighting for the Webhttps://highlightjs.org/?J....
分类:其他好文   时间:2015-01-24 18:37:24    阅读次数:228
调用通讯录代码,由于本人新手,写此日志记录
在.h里写代理协议,ABPeoplePickerNavigationControllerDelegate在.m里的viewload(哪里需要调用写在哪里)写这段代码,ABPeoplePickerNavigationController*picker=[[ABPeoplePickerNavigationControlleralloc]init];[pickersetPeoplePickerDelegate:self];[selfpresentViewContr..
分类:其他好文   时间:2015-01-21 20:20:07    阅读次数:143
iOS 摄像功能
1、打开摄像头 - (IBAction)Open:(id)sender {     UIImagePickerController *picker = [[UIImagePickerController alloc] init];     if([UIImagePickerControllerisSourceTypeAvailable:UIImagePickerControl...
分类:移动开发   时间:2015-01-12 11:38:57    阅读次数:152
[AngularJS] 仿照Angular Bootstrap TimePicker创建一个分钟数-秒数的输入控件(minuteSecondPicker)
在一个项目中需要一个用来输入分钟数和秒数的控件,然而调查了一些开源项目后并未发现合适的控件。在Angular Bootstrap UI中有一个类似的控件TimePicker,但是它并没有深入到分钟和秒的精度。 因此,决定参考它的源码然后自己进行实现。 最终的效果如下: 首先是该directive的定义: app.directive('minuteSecondPick...
分类:Web程序   时间:2015-01-12 01:38:55    阅读次数:351
[AngularJS - app] AngularJS Location-picker app
From:http://rangle.io/blog/two-ways-to-build-a-location-picker-for-a-mobile-angularjs-application/Building mobile apps often requires working with loc...
分类:移动开发   时间:2015-01-07 06:56:39    阅读次数:804
date picker with jquery
" size="10" onchange="changeMyAds()" readonly="true"/> To " size="10" onchange="changeMyAds()" readonly="true"/> and you can change the name ...
分类:Web程序   时间:2015-01-05 16:22:05    阅读次数:130
UI进阶--UIDatePicker和UIToolBar控件
Date Picker:显示时间的控件有默认宽高,不用设置数据源和代理。一些基本属性:1 @property (nonatomic) UIDatePickerMode datePickerMode; // default is UIDatePickerModeDateAndTime。UIDatePi...
分类:其他好文   时间:2015-01-04 14:48:59    阅读次数:243
sencha touch 中获取picker的text值
标签: Sencha Touch [1].[代码] [HTML]代码 跳至 [1] ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2...
分类:其他好文   时间:2014-12-31 08:46:53    阅读次数:119
Storyboards Tutorial (三)
这一节主要介绍segues,static table view cells 和Add Player screen 以及a game picker screen。Introducing Segues开启Main.storyboard拖拉一个Bar Button Item到Players窗口导航栏的右侧...
分类:其他好文   时间:2014-12-18 16:46:18    阅读次数:280
450条   上一页 1 ... 39 40 41 42 43 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!