摘要: 收藏地址:http://www.haokoo.com/internet/8974068.html 阅读全文
posted @ 2017-04-19 15:56 Chason.cheng 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 任务需求样式: 思路:自定义UISlider 动手吧, Boy! @interface NoviceBidView : UIView@property (nonatomic, strong) UIView *left;@property (nonatomic, strong) UIView *rig 阅读全文
posted @ 2017-04-19 11:27 Chason.cheng 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.简述 UITabBarController和UINavigationController类似,UITabBarController也可以轻松地管理多个控制器,轻松完成控制器之间的切换,UITabBarController嵌套UINavigationController是现当下最流行的iOS应用设 阅读全文
posted @ 2017-04-19 11:13 Chason.cheng 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 不多说直接上效果图和代码 1.设置RootViewController为一个导航试图控制器 // Copyright © 2016年 Chason. All rights reserved.//#import "AppDelegate.h"#import "ViewController.h"@int 阅读全文
posted @ 2016-04-14 14:10 Chason.cheng 阅读(1479) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2016-04-14 11:46 Chason.cheng 阅读(234) 评论(0) 推荐(0) 编辑
摘要: //想面试的童鞋们来看看自己会多少, 老鸟可以无视直接绕过...1. Object-c的类可以多重继承么?可以实现多个接口么?Category是什么?重写一个类的方式用继承好还是分类好?为什么?与Extension(延展)的主要区别? 答: Object-c的类不可以多重继承;可以实现多个接口,通过 阅读全文
posted @ 2016-04-13 11:36 Chason.cheng 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 //需要的效果 1.设置window的根视图控制器为一个UITableViewController #import "AppDelegate.h"#import "YCTableViewController.h"@interface AppDelegate ()@end@impleme 阅读全文
posted @ 2016-04-13 10:11 Chason.cheng 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 //appdelegate //// AppDelegate.m// iOS开发架构//// Copyright © 2016年 Chason. All rights reserved.//#import "AppDelegate.h"#import "ViewController.h 阅读全文
posted @ 2016-04-11 17:58 Chason.cheng 阅读(350) 评论(0) 推荐(0) 编辑