在控制器的 .m 中实现-(NSUInteger)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskPortrait; //(竖屏)}UIInterfaceOrientationMaskLandscape //(...
分类:
移动开发 时间:
2014-12-04 11:45:07
阅读次数:
194
- (void)application:(UIApplication *)application didChangeStatusBarFrame:(CGRect)oldStatusBarFrame{ float height = application.statusBarFrame.siz...
分类:
移动开发 时间:
2014-12-04 11:29:35
阅读次数:
145
一。一个月
1.OC语法基础。
2.KVC和KVO
3.IOS UI基础
4.UI表视图与集合视图
5.UIStoryboard和autoLayout
6.Ipad API
二。10天
7.静态页面考核
三。10天
8.Web REST
9.IOS手势与动画
四。15天
10.微博...
分类:
移动开发 时间:
2014-12-02 19:16:49
阅读次数:
184
一。一个月 1.OC语法基础。 2.KVC和KVO 3.IOS UI基础 4.UI表视图与集合视图 5.UIStoryboard和autoLayout 6.Ipad API二。10天 7.静态页面考核三。10天 8.Web REST 9.IOS手势与动画四。15天 10.微博项目...
分类:
移动开发 时间:
2014-12-02 19:10:09
阅读次数:
213
IOS--UISwitch的使用方法详细(2013-08-24 11:09:38)转载▼标签:uiswitchswitch选择控件iosit分类:iOS--UI// UISwitch的使用UISwitch*oneSwitch = [[UISwitchalloc]initWithFrame:CGRec...
分类:
移动开发 时间:
2014-11-29 21:42:57
阅读次数:
203
IOS--UIButton的使用方法详细(2013-08-23 17:20:38)转载▼标签:iosuibuttonbutton使用详细it分类:iOS--UI// UIButton的常用方法UIButton*oneButton = [UIButtonbuttonWithType:UIButtonT...
分类:
移动开发 时间:
2014-11-29 21:34:49
阅读次数:
250
UILable UIBUtton UITextField- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Overrid....
分类:
移动开发 时间:
2014-11-27 21:49:29
阅读次数:
237
1.系统内置按钮和图标
Using System-Provided Buttons and Icons
2.自定义图标和图片
iphone 自带图标的尺寸一般为29px × 24px,自制的图标最好接近这个尺寸;图标的颜色应该是纯白色,可以带有alpha透明度;缩图的时候要注意抗锯齿,文件格式为PNG。
3.程序图标和启动画面
Home Screen图标:57px × 57p...
分类:
移动开发 时间:
2014-11-25 12:48:48
阅读次数:
178
#import @interface UIImage (ZB)+(UIImage *)imageWithName:(NSString *)name;@end#import "UIImage+ZB.h"@implementation UIImage (ZB)+(UIImage *)imageWithN...
分类:
其他好文 时间:
2014-11-24 00:45:41
阅读次数:
201