码迷,mamicode.com
首页 >  
搜索关键字:additional    ( 622个结果
缩放图片,并截取中间位置显示
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImage *imagePicture=[UIImage imageNamed...
分类:其他好文   时间:2014-12-01 15:31:16    阅读次数:190
伸缩式动画
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"伸缩式动画";}//点击任何处,弹出动画-(vo...
分类:其他好文   时间:2014-12-01 11:22:59    阅读次数:148
[AngularJS] Adding custom methods to angular.module
There are situations where you might want to add additional methods toangular.module. This is easy to accomplish, and can be a handy technique. //F...
分类:Web程序   时间:2014-11-27 18:02:33    阅读次数:124
Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements from ...
分类:其他好文   时间:2014-11-26 16:29:34    阅读次数:164
Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:其他好文   时间:2014-11-26 10:45:07    阅读次数:205
Leetcode: Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:其他好文   时间:2014-11-25 22:44:23    阅读次数:179
SVSegmentedControl 标签页
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self initBackgroundView]; }#pragma -makr -func....
分类:其他好文   时间:2014-11-24 16:40:56    阅读次数:155
Leetcode Copy List with Random Pointer
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a deep copy ...
分类:其他好文   时间:2014-11-23 23:01:16    阅读次数:181
关于navigationbar的属性
//RootViewController.m- (void)viewDidLoad { // Do any additional setup after loading the view. [super viewDidLoad]; // Do any additional setu...
分类:其他好文   时间:2014-11-22 00:46:54    阅读次数:246
用两种方法验证邮箱的合法性(最新)
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"验证邮箱的合法性"; //最全面的验证邮箱...
分类:其他好文   时间:2014-11-20 16:52:53    阅读次数:159
622条   上一页 1 ... 47 48 49 50 51 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!