//设置BarTintColor -- bar 背景色 // [self.navigationController.navigationBar setBarTintColor:barColor]; //修改tintcolor -- 字体,图片 的颜色 [self.navigationControll ...
分类:
其他好文 时间:
2016-05-10 12:43:04
阅读次数:
150
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. ...
分类:
移动开发 时间:
2016-05-09 17:03:00
阅读次数:
276
Action Bar 介绍 Action Bar 是Google 在Android 3.0之后推出的一种全新用户操作方式 目的是用来替换掉菜单按键功能,长按操作功能,提供一种全新的操作体验 统一界面.方便开发 ActionBar 4大部分 1. app 图标:包含了 图标,主标题,副标题,回退部分 ...
分类:
其他好文 时间:
2016-05-09 15:37:01
阅读次数:
235
区间DP预处理。 dp[i][j][k]表示大小为i*j的巧克力块,切出k块的最小代价。 ...
分类:
其他好文 时间:
2016-05-07 21:59:40
阅读次数:
287
1 结构剖析 IOS中的标签导航其实是一个UITabBarController对象,其也是一个Container View Controller。UITabBarController对象创建和管理了一组content View Controller,以及一个UITabBar对象(标签栏)。每个con... ...
分类:
移动开发 时间:
2016-05-07 13:33:32
阅读次数:
430
Given n non-negative integers representing the histogram’s bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.
Above is a histogram where width of each ba...
分类:
其他好文 时间:
2016-05-07 09:42:57
阅读次数:
152
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.
Above is a histogram where width of ea...
分类:
其他好文 时间:
2016-05-07 09:13:05
阅读次数:
152
1:statusBar字体为白色
在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyleLightContent
2:设置statusBar和navigationbar为一体
[nav.navigationBar setBackground...
分类:
其他好文 时间:
2016-05-07 08:32:12
阅读次数:
166
#一天一道LeetCode系列(一)题目
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,
Give...
分类:
移动开发 时间:
2016-05-07 07:33:42
阅读次数:
171
-Example 3.9. 改变定界符的例子 <?php $smarty->left_delimiter = '<!--{'; $smarty->right_delimiter = '}-->'; $smarty->assign('foo', 'bar'); $smarty->assign('nam ...
分类:
其他好文 时间:
2016-05-06 19:35:39
阅读次数:
181