
IPHONE开发
java886o
介绍个灰机,木虾米好介绍的.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IOS 永远保持横竖屏方法
1,PortraitViewController 不旋转,保持竖屏//iOS 5- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{ return (toInterfaceOrientation == UIInterfaceOrientatio原创 2013-07-03 18:09:00 · 1104 阅读 · 0 评论 -
iOS常用动画
//// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.// #import /** ! 导入QuartzCore.f转载 2013-08-29 19:07:15 · 703 阅读 · 0 评论