码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
Android View的滚动scroll
在View中: public void computeScroll() { //空实现 } public void scrollTo(int x, int y) {//view的(left,top)滚动到一个点(x,y)         if (mScrollX != x || mScrollY != y) {             int oldX =...
分类:移动开发   时间:2015-02-28 20:21:40    阅读次数:442
swift UI专项训练18 ToolBar工具条
工具条是个很重要的内容,什么是工具条呢,它一般显示在屏幕下方,显示一些按钮或者文字,我们可以用系统现成的,也可以用我们自定义的。之前我们讲的都是需要代理模式的,Dlelegate,委托模式。ToolBar属于目标操作,不需要代理。网界面上拖一个Toolbar拖到界面底部。 toolbar的元素如下: Style主要是设置样式,比如浅色和黑色的。 Bar Tint是设置颜色。...
分类:编程语言   时间:2015-02-28 08:59:32    阅读次数:143
2015起航,
一,工作上1,合成脱落相互作用排列组合永久变化玩不完的游戏,点子尽快成熟成型2,IOS组件 提取,一个一个提取,即插即用组件:navi+tab bar两边侧滑效果第三方登陆加载形状效果,声音远程推送,本地通知录音,缩略图,消息记录,键盘支付,加密地图,位置坐标,路线,内存性能即时通信(第三方,或者x...
分类:其他好文   时间:2015-02-27 13:28:27    阅读次数:121
【Android UI设计与开发】8.顶部标题栏(一)ActionBar 奥义·详解
一、ActionBar介绍 在Android 3.0中除了我们重点讲解的Fragment外,Action Bar也是一个非常重要的交互元素,Action Bar取代了传统的tittle bar和menu,在程序运行中一直置于顶部,对于Android平板设备来说屏幕更大它的标题使用Action Ba....
分类:移动开发   时间:2015-02-27 11:43:42    阅读次数:229
iTunes安装IPA文件
For iTunes 11:1、open your iTunes "Side Bar" by going to View -> Show Side Bar2、drag the mobileprovision and ipa files to your iTunes "Apps" under LIBR...
分类:其他好文   时间:2015-02-27 00:07:34    阅读次数:156
自定义UIAlertView可以容纳多个按钮
Customization UIView replace UIAlertView can include a lot of Buttons,the FSAlertView would be placed between Top Bar and Bottom Bar and automatically scroll well....
分类:其他好文   时间:2015-02-26 16:39:45    阅读次数:121
Overflow属性——定义元素(如Div)内容区溢出情况
说明:overflow属性规定当内容溢出元素框时发生的事情。注释:属性定义溢出元素内容区的内容会如何处理。如果值为 scroll,不论是否需要,用户代理都会提供一种滚动机制。因此,有可能即使元素框中可以放下所有内容也会出现滚动条。默认值是 visible。可用的值:visible:默认值。内容不会被...
分类:其他好文   时间:2015-02-26 06:28:58    阅读次数:159
Smarty数学运算
数学运算可以直接应用到变量Example 3-5. math examples 例 3-5.数学运算的例子 {$foo+1}{$foo*$bar} {* some more complicated examples *} {$foo->bar-$bar[1]*$baz->foo->ba...
分类:其他好文   时间:2015-02-22 15:41:21    阅读次数:116
Leetcode: Trapping Rain Water
Problem: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,...
分类:移动开发   时间:2015-02-22 14:39:33    阅读次数:144
2014百度
var myobject = { foo: "bar", func: function() { var self = this; console.log("outer func:this.foo=" + this.foo);//bar conso...
分类:其他好文   时间:2015-02-21 22:18:01    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!