Skip to content

cashleeboy/Interview-series

 
 

Repository files navigation

伪装成首页.jpg

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

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

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

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


技术专栏

面试专栏

About

iOS从入门到进阶 - 技术合集

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 38.5%
  • Objective-C++ 33.8%
  • C++ 12.3%
  • Assembly 7.0%
  • Objective-C 6.4%
  • Rich Text Format 0.7%
  • Other 1.3%