摘要:
1、数据请求,object-c AFNetworking网址:https://github.com/AFNetworking/AFNetworking swift Alamofire 网址:https://github.com/Alamofire/Alamofire2、图片缓存:SD... 阅读全文
摘要:
http://code4app.com/article/cocoapods-install-usage 阅读全文
摘要:
1、AFNetworking object2、Alamofire swift 阅读全文
摘要:
阅读全文
摘要:
#import @interface TonyCollectionViewCell : UICollectionViewCell@property UIImageView *imgView;@end#import "TonyCollectionViewCell.h"@implementation T... 阅读全文
摘要:
1、TouchDown --->按下去 响应事件2、TouchRepeat --->重复点击 ,从第二次点击开始响应事件3、TouchDragInside ---->在组建范围内拖动 响应事件4、TouchDragOutside ---->点击组建后在组建外 拖动 响应事件。5、TouchDragE... 阅读全文
摘要:
一下代码全部在didFinishLaunchingWithOptions 初始化事件: //设置window窗体颜色 self.window = UIWindow(frame: UIScreen.mainScreen().bounds); self.window?.backgrou... 阅读全文
摘要:
UIKit: 1、UIKit User Interface Catalog 视图View控件 2、View Programming Guide for iOS 视图编程,用代码 构建界面。 3、View Controller Catalog for iOS 视图控制器。 4、View ... 阅读全文
摘要:
File。让您指定串联图的常规信息。Quick Help。提供有关对象的实用文稿。Identity。让您指定对象的自定类并定义其辅助功能属性。Attributes。让您自定对象的可视化属性。Size。让您指定对象的大小以及 Auto Layout 属性。Connections。让您创建界面和源代码之... 阅读全文