1 改变NavBar颜色:选中Navigation Bar 的Tint属性。选中颜色。2 隐藏“back”按钮: self.navigationItem.hidesBackButton = YES;3 隐藏"NavBar" : self.navigationController.navigation...
分类:
移动开发 时间:
2014-08-04 20:39:47
阅读次数:
228
Google的Android官方文档:Actions that can't fit in the action bar or aren't important enough are hidden in the action overflow. The user can reveal a list o...
分类:
移动开发 时间:
2014-08-04 13:25:27
阅读次数:
229
上讲回顾:Bootstrap组件丰富同时具有良好可扩展性,能够很好地应用在生产环境。这些组件包括按钮(Button),导航(Navigation),缩略图(thumbnails),提醒(Alert),进度条(progress bar)等,能够很好减少前端工程师的代码量,实现更加丰富充实的页面。 .....
分类:
Web程序 时间:
2014-08-02 09:53:53
阅读次数:
496
今天在弄android的viewdeck界面时,发现action bar左上角的icon是app的icon,没法修改,找了半天,发现可以用activity-alias来设置,它可以快速指向到一个Activity,但同时又能各自定义不同的icon。 <activity-al...
分类:
其他好文 时间:
2014-08-01 23:24:22
阅读次数:
533
滚屏 uses MSHTML;vara: IHTMLDocument2;x,y:Integer;beginy:=y+20;//加减进行上下滚动a :=WebBrowser1.Document as IHTMLDocument2;a.Get_ParentWindow.Scroll(x,y);end;来...
分类:
其他好文 时间:
2014-08-01 19:37:42
阅读次数:
174
$(window).load(function(e){ waterfall(); var dataInt={'data':[{'src':'1.jpg'},{'src':'2.jpg'},{'src':'3.jpg'},{'src':'4.jpg'}]}; $(window).scroll(func...
分类:
Web程序 时间:
2014-08-01 19:22:32
阅读次数:
273
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:
移动开发 时间:
2014-08-01 13:04:11
阅读次数:
315
获取滚动条的宽度:function getScrollWidth() { var noScroll, scroll, oDiv = document.createElement('div'); oDiv.style.cssText = 'position:absolute; top:-1...
分类:
其他好文 时间:
2014-07-31 13:06:06
阅读次数:
237
在这款应用程序中谷歌对部分功能、API和设计架构进行了非常详细的阐述,其中包括碎片、程序加载、服务、广播、接收器、警告、通知、SQLite数据库、内容提供商、Action Bar、导航Drawer和Google Drive API、Google Cloud Messaging、Material De...
分类:
其他好文 时间:
2014-07-31 12:54:16
阅读次数:
229
Description
Dumbear likes to play the Chinese Rings (Baguenaudier). It’s a game played with nine rings on a bar. The rules of this game are very simple: At first, the nine rings are all on the bar....
分类:
其他好文 时间:
2014-07-30 20:50:24
阅读次数:
319