码迷,mamicode.com
首页 >  
搜索关键字:自定义 view    ( 80241个结果
CCClippingNode bug
在Cocos2d-x v2.x,CCClippingNode类有一个bug,导致区域裁剪失效,由于Cocostudio的UIScrollview组件是基于该类构建的,所以这个问题是比较常见的,fix的方法如下for iOS:in AppController replace the gl-view c...
分类:其他好文   时间:2014-04-30 03:05:37    阅读次数:627
javascript学习3-自定义函数
javascript自定义函数,很简单的小例子。实现效果:输入两个数和运算符号,根据不同运算符对数据进行计算,返回值代码: 1 2 3 32 33 34 35
分类:编程语言   时间:2014-04-30 02:55:32    阅读次数:502
iOS 开发技巧
快速移除键盘 之前一直是讲view的父类改成control,然后加一个全屏按钮,点击让键盘消失。这个方法要写好多代码,现在一个比较好的方法是重写一个下面的方法:- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ ...
分类:移动开发   时间:2014-04-30 02:54:24    阅读次数:542
通用的日志记录器(PHP)
一个通用的日志记录器 1 View Code
分类:Web程序   时间:2014-04-30 02:32:55    阅读次数:536
自定义广播
mSDStateBrocast = new SDStateBrocast(); IntentFilter intentFilter2 = new IntentFilter(); intentFilter2.addAction(Intent.ACTION_MEDIA_MOU...
分类:其他好文   时间:2014-04-30 02:29:49    阅读次数:514
sharepoint 2013基于AD的Form表单登录(四)——开发自定义登录过程需要引用文件路径。
1、Microsoft.IdentityModel.dll 位置%ProgramFiles%\ReferenceAssemblies\Windows Identity Foundation\v3.52、Microsoft.SharePoint.IdentityModel.dll位置C:\Window...
分类:其他好文   时间:2014-04-30 02:13:20    阅读次数:460
iOS View 模糊效果(毛玻璃)
相关资料http://stackoverflow.com/questions/18404907/using-gpuimage-to-recreate-ios-7-glass-effecthttp://stackoverflow.com/questions/17036655/ios-7-style-b...
分类:移动开发   时间:2014-04-30 02:03:09    阅读次数:729
SharePoint 2010 GridView/SPGridView完全应用系统样式
自定义开发页面如果用到了GridView或SPGridView默认跟列表的样式是不一样的,如要要一样,需要:1)aspx ...
分类:其他好文   时间:2014-04-30 01:11:54    阅读次数:506
iOS7上在xib中使用UITableViewController设置背景色bug
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:移动开发   时间:2014-04-30 00:57:28    阅读次数:757
02 EditView控件
View Code 1 2 5 6 7 8 9 10
分类:其他好文   时间:2014-04-30 00:43:03    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!