All Projects → miniLV → Interview Series

miniLV / Interview Series

Licence: apache-2.0
iOS从入门到进阶 - 技术合集

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Interview Series

Job Model
蚂蚁金服 - 国际事业群 - 前端 招聘
Stars: ✭ 110 (-14.73%)
Mutual labels:  interview
Androidofferkiller
💪 Help you get a better offer.
Stars: ✭ 1,669 (+1193.8%)
Mutual labels:  interview
Interview
🔖142+张现场纸质面试题集合,对你有用记得点赞
Stars: ✭ 126 (-2.33%)
Mutual labels:  interview
Js Vault
List of tricky Javascript interview questions
Stars: ✭ 112 (-13.18%)
Mutual labels:  interview
Struct2ts
Generate Typescript classes/interfaces out of Go structs
Stars: ✭ 116 (-10.08%)
Mutual labels:  class
Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+1997.67%)
Mutual labels:  interview
Papers Notebook
📄 🇨🇳 📃 论文阅读笔记(分布式系统、虚拟化、机器学习)Papers Notebook (Distributed System, Virtualization, Machine Learning), created by @gaocegege
Stars: ✭ 1,678 (+1200.78%)
Mutual labels:  class
Cs Job Advice
Interview preparation geared towards getting your first job in the field.
Stars: ✭ 128 (-0.78%)
Mutual labels:  interview
Awesome Job
优质开源内推项目,消除内推信息壁垒。
Stars: ✭ 1,528 (+1084.5%)
Mutual labels:  interview
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+8037.98%)
Mutual labels:  interview
Java Interview
Вопросы и ответы к интервью Java разработчика
Stars: ✭ 2,348 (+1720.16%)
Mutual labels:  interview
Machine Learning Interview
算法工程师-机器学习面试题总结
Stars: ✭ 115 (-10.85%)
Mutual labels:  interview
Leetcode
Solutions to Leetcode Online Judge
Stars: ✭ 124 (-3.88%)
Mutual labels:  interview
Leetcode
⚡️ Leetcode Solutions
Stars: ✭ 112 (-13.18%)
Mutual labels:  interview
Learn Translate
Some translated articles
Stars: ✭ 126 (-2.33%)
Mutual labels:  interview
Technical Interview Megarepo
Study materials for SE/CS technical interviews
Stars: ✭ 1,480 (+1047.29%)
Mutual labels:  interview
Python And Oop
Object-Oriented Programming concepts in Python
Stars: ✭ 123 (-4.65%)
Mutual labels:  class
Leetcode
✏️ 算法相关知识储备 LeetCode with Python and JavaScript 📚
Stars: ✭ 1,713 (+1227.91%)
Mutual labels:  interview
Algorithms
📝 算法导论与JavaScript实现
Stars: ✭ 126 (-2.33%)
Mutual labels:  interview
Android Interview Questions
A repository containing interview questions on DS, Java & Android based on my experiences.
Stars: ✭ 125 (-3.1%)
Mutual labels:  interview

伪装成首页.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 初中级工程师简历指北

萌新iOS面试官迷你厂第一视角

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].