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]Set Matrix Zeroes
[leetcode]Sort Colors
[leetcode]Combinations
[leetcode]Subsets
[leetcode]Search a 2D Matrix
[leetcode]Best Time to Buy and Sell Stock III
[leetcode]Best Time to Buy and Sell Stock II
[leetcode]Best Time to Buy and Sell Stock
半平面交 (poj 1279(第一道半平面NlogN)完整注释 )
hdu 4277 USACO ORZ (Dfs)
原文地址:https://www.cnblogs.com/CH520/p/10022294.html
最新文章
hdu_5145_NPY and girls(莫队算法+组合)
hdu_5711_Ingress(TSP+贪心)
hdu_5418_Victor and World(状压DP+Floyd)
hdu_5691_Sitting in Line(状压DP)
hdu_3564_Another LIS(线段树+LIS)
Codeforces Round #361 (Div. 2) C.NP-Hard Problem
hdu_4897_Little Devil I(树链剖分)
[wikioi 2845]排序的代价(置换群)
[wikioi 1034][CTSC 1999]家园(网络流)
[wikioi2926][AHOI2002]黑白瓷砖(Polya定理)
热门文章
[图论]
要期末了搞不了OI了额……
Matrix67大牛推荐的省选知识点
【BZOJ 1019】【SHOI2008】汉诺塔(待定系数法递推)
[1015][JSOI2008]星球大战starwar(并查集)
【BZOJ1007】【HNOI2008】水平可见直线(斜率排序+单调栈)
【BZOJ1013】【JSOI2008】球形空间产生器sphere(高斯消元)
4.4 变换及动作
[leetcode]Permutations
[leetcode]Pow(x, n)
Copyright © 2011-2022 走看看