2016年6月1日

【转】UIColor对颜色的自定义

摘要: 原文网址:http://blog.sina.com.cn/s/blog_5f19ccb10101bhqh.html 在iOS开发中,我们使用UIColor来对我们的界面进行颜色设置,一般我们通过以下两种方法使用UIColor:1,label.textColor = [UIColor blueColo 阅读全文

posted @ 2016-06-01 23:33 wi100sh 阅读(1115) 评论(0) 推荐(0)

【转】【iOS】导航栏那些事儿

摘要: 原文网址:http://www.jianshu.com/p/f797793d683f 参考文章 navigationItem UINavigationItem UINavigationBar UIBarButtonItem UIButton iOS 7 教程:定制iOS 7中的导航栏和状态栏 nav 阅读全文

posted @ 2016-06-01 23:22 wi100sh 阅读(710) 评论(0) 推荐(0)

【转】UINavigationBar 使用总结

摘要: 原文网址:http://www.jianshu.com/p/f0d3df54baa6 UINavigationBar是我们在开发过程中经常要用到的一个控件,下面我会为大家介绍一些常用的用法。 1. 设置导航栏的标题 这个不多说,直接上代码self.navigationItem.title = @"U 阅读全文

posted @ 2016-06-01 23:21 wi100sh 阅读(3236) 评论(0) 推荐(0)

【转】iOS中设置导航栏标题的字体颜色和大小

摘要: 原文网址:http://www.360doc.com/content/15/0417/11/20919452_463847404.shtml iOS中设置导航栏标题的字体颜色和大小,有需要的朋友可以参考下。 在平时开发项目的时候,难免会遇到修改导航栏字体大小和颜色的需求,一般使用自定义视图的方法,其 阅读全文

posted @ 2016-06-01 23:20 wi100sh 阅读(407) 评论(0) 推荐(0)

【转】Java 截取字符串

摘要: 原文网址:http://blog.csdn.net/yelangjueqi/article/details/9149699 截取字符串常用方法: 1、length() 字符串的长度 例:char chars[]={'a','b'.'c'}; String s=new String(chars); i 阅读全文

posted @ 2016-06-01 17:25 wi100sh 阅读(887) 评论(0) 推荐(0)

【转】Android AlertDialog 点击对话框外部区域不关闭的设置

摘要: 原文网址:http://blog.sina.com.cn/s/blog_8f1c79dd0101a63u.html 在Android开发中,常常需要调用对话框,但会遇到这样一种情况,在显示对话框的时候,点击对话框以外的屏幕其他区域,会关闭对话框。以下是解决该问题的设置: AlertDialog.Bu 阅读全文

posted @ 2016-06-01 17:24 wi100sh 阅读(5494) 评论(0) 推荐(0)

导航