码迷,mamicode.com
首页 >  
搜索关键字:ios-ui    ( 313个结果
ios某个控制器强制横竖屏
在控制器的 .m 中实现-(NSUInteger)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskPortrait; //(竖屏)}UIInterfaceOrientationMaskLandscape //(...
分类:移动开发   时间:2014-12-04 11:45:07    阅读次数:194
iOS 热点、通话时候TabView的Frame调整
- (void)application:(UIApplication *)application didChangeStatusBarFrame:(CGRect)oldStatusBarFrame{ float height = application.statusBarFrame.siz...
分类:移动开发   时间:2014-12-04 11:29:35    阅读次数:145
抽屉效果功能实现
抽屉效果功能实现,代码详细实现...
分类:其他好文   时间:2014-12-02 19:18:53    阅读次数:182
IOS学习路线图(一)
一。一个月   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
IOS学习路线图(一)
一。一个月 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的使用方法
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的使用方法
IOS--UIButton的使用方法详细(2013-08-23 17:20:38)转载▼标签:iosuibuttonbutton使用详细it分类:iOS--UI// UIButton的常用方法UIButton*oneButton = [UIButtonbuttonWithType:UIButtonT...
分类:移动开发   时间:2014-11-29 21:34:49    阅读次数:250
ios UI 第二节 基本控件
UILable UIBUtton UITextField- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Overrid....
分类:移动开发   时间:2014-11-27 21:49:29    阅读次数:237
iOS UI设计与开发 按钮、图标和图片
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
313条   上一页 1 ... 23 24 25 26 27 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!