40

GitHub - miniLV/Interview-series: iOS从入门到进阶 - 技术合集

 4 years ago
source link: https://github.com/miniLV/Interview-series
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

伪装成首页.jpg

iOS初级到中级的进阶之路~

  • 一个NSObject 对象,占用多少内存
  • 对象方法 与 类方法的存放在哪
  • 什么是isa指针
  • 什么是meta-class
  • megsend 是如何找到方法的
@implementation MNSubclass

- (void)compareSelfWithSuperclass{
    NSLog(@"self class = %@",[self class]);
    NSLog(@"super class = %@",[super class]);
}
@end
  • 输出的结果是什么
  • 。。。

友情tips:如果上诉问题你都知道答案,或者没有兴趣知道,就可以不用继续往下看了,兴趣是最好的老师,如果没有兴趣知道这些,往下很难读得进去~


底层探究专栏

isa&&Class&&meta-class 初步认识

isa与class详解

Category && 关联对象

KVO && KVC 常考点

Block看我就够了

runtime消息机制

一道高级iOS面试题(runtime方向)


性能优化专栏

UITableView的性能优化 - 中级篇

架构专栏

iOS架构入门 - MVC模式实例演示


面试专栏

iOS 初中级工程师简历指北


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK