版本记录 前言 iOS中的视图加载可以有两种方式,一种是通过xib加载,另外一种就是通过纯代码加载。它们各有优点和好处,xib比较直观简单,代码...

收录了46篇文章 · 2人关注
版本记录 前言 iOS中的视图加载可以有两种方式,一种是通过xib加载,另外一种就是通过纯代码加载。它们各有优点和好处,xib比较直观简单,代码...
// 首先去掉 UIVisualEffectView 原来的 effect。self.effectView.effect = nil // 现在...
1.我们首先添加要进行一些动画操作的view: self.testView = [[UIView alloc] initWithFrame:CG...
UIVideoEditorController类包含了由系统提供的界面,使用户可以交互式的剪切视频 (IBAction)click:(UIBut...
NSString *str = @"hipstar";UITextChecker *textChecker = [[UITextChecker ...
UISplitViewController
UIRefreshControl是iOS6自带的UITableView下拉刷新控件。 (instancetype)init; @property...
/*! Returns YES if any installed dictionary has a definition for the pro...
(UIPrinterPickerController *)printerPickerControllerWithInitiallySelecte...
(instancetype)initWithView:(UIView *)viewview:要按压的view (CGPoint)location...
专题公告
UIKit框架介绍