随笔分类 - iOS开发
iOS开发框架
摘要:任务需求样式: 思路:自定义UISlider 动手吧, Boy! @interface NoviceBidView : UIView@property (nonatomic, strong) UIView *left;@property (nonatomic, strong) UIView *rig
阅读全文
摘要:1.简述 UITabBarController和UINavigationController类似,UITabBarController也可以轻松地管理多个控制器,轻松完成控制器之间的切换,UITabBarController嵌套UINavigationController是现当下最流行的iOS应用设
阅读全文
摘要:不多说直接上效果图和代码 1.设置RootViewController为一个导航试图控制器 // Copyright © 2016年 Chason. All rights reserved.//#import "AppDelegate.h"#import "ViewController.h"@int
阅读全文
摘要://想面试的童鞋们来看看自己会多少, 老鸟可以无视直接绕过...1. Object-c的类可以多重继承么?可以实现多个接口么?Category是什么?重写一个类的方式用继承好还是分类好?为什么?与Extension(延展)的主要区别? 答: Object-c的类不可以多重继承;可以实现多个接口,通过
阅读全文
摘要:恢复内容开始 //需要的效果 1.设置window的根视图控制器为一个UITableViewController #import "AppDelegate.h"#import "YCTableViewController.h"@interface AppDelegate ()@end@impleme
阅读全文
摘要:恢复内容开始 //appdelegate //// AppDelegate.m// iOS开发架构//// Copyright © 2016年 Chason. All rights reserved.//#import "AppDelegate.h"#import "ViewController.h
阅读全文

浙公网安备 33010602011771号