zoukankan
html css js c++ java
iOS开发系统类功能划分
0、OC语法基础
CHOCBase
Object C语法学习笔记(一)
Object C语法学习笔记(二)
1、UI类
自定义控件程序运行流程
setNeedsLayOut和setNeedsDisplay区别
masonry使用技巧
布局约束SDAutoLayout
1.1 普通展示
UILabel
UIView
UI控件的位置
UICollectionViewController
UIPageViewController
UITextView
UITableViewController
UIImageView
UIColor
1.2 交互式
UIButton
UITouch
UIPickerView
UIGestureRecognizer
UIScrollView
UISwitch
UIImagePickerController
UISegmentedControl
UITextField
UIControl
UISlider
1.3 弹出
UIActionSheet
UIAlertView
UIAlertController
1.4 管理
页面间跳转方式总结
UINavigationController
UIViewController
UITabBarController
UIApplication
1.5 小工具
UIActivityIndicatorView
UISearchController
UIDatePicker
UIStepper
UIPasteboard
UIToolbar
UIMenuController
UIWebView
UIDevice
UISplitViewController
UIProgressView
WKWebView
1.6 其他
设置状态栏样式
iOS 隐藏状态栏
2、NS类
2.1 常用部分
NSDictionary
NSString
NSArray 数组
NSTimer 定时器
NSRange 范围
NSNotification
2.2 网络相关
NSURLConnection 网络请求
NSURLSession 网络请求 网络请求
ios 9以上,原生代码实现断点续传.
2.3 时间日期相关
NSCalendar日历
NSTimeZone时区
NSDate 时间
判断相隔一天
2.4 数据存储相关
获得指定目录下,指定后缀名的文件列表
NSKeyedArchiver数据归档
NSUserDefaults数据存储
NSFileManager文件管理
NSCache缓存
NSStream文件流
NSData数据
2.6 UI相关
NSPoint 位置
NSRect 位置和尺寸
NSSize 尺寸
2.7 其他部分
NSPredicate
NSNull空值
NSSet集合
NSProcessInfo系统进程信息
NSValue 值
NSNumber数字
NSLocale 本地化信息
NSEnumerator 迭代器
3、CALayer 类
4、
查看全文
相关阅读:
Leetcode: Max Consecutive Ones II(unsolved locked problem)
Leetcode: Find Permutation(Unsolve lock problem)
G面经: Design Stock Price Display System
U面经Prepare: Print Binary Tree With No Two Nodes Share The Same Column
U面经Prepare: Web Address
FG面经Prepare: BST to Double LinkedList
G面经Prepare: Longest All One Substring
G面经Prepare: Print Zigzag Matrix
FG面经: Interval问题合集
2017.10 有感而发(小结)
原文地址:https://www.cnblogs.com/CH520/p/10022294.html
最新文章
Leetcode: Longest Common Subsequence
FB面经Prepare: Email User
Lintcode: Nuts & Bolts Problem
FB面经Prepare: Merge K sorted Array
FB面经 Prepare: Count Unique Island
FB面经 Prepare: Make Parentheses valid
FB面经Prepare: Bipartite a graph
FB面经 Prepare: LCA of Deepest Nodes in Binary Tree
FB面经 Prepare: K closest point to the origin
FB面经prepare: 3 Window Max Sum
热门文章
Lintcode: Knight Shortest Path
Leetcode: Encode and Decode TinyURL
Pocket Gems面经prepare: Diamond and Ruby
FB面经Prepare: Find Longest Path in a Multi-Tree
FB面经Prepare: Friends Recommendation
FB面经Prepare: Dot Product
FB面经prepare: Count the number of Vector
Leetcode: The Maze III(Unsolved Lock Problem)
Leetcode: The Maze II
Leetcode: The Maze(Unsolved locked problem)
Copyright © 2011-2022 走看看