前言:苹果官方提供的网络请求API有两种: NSURLConnection、NSURLSession。还有,目前的用的最多是主流框架:AFNetworkingiOS 7之前,...
IP属地:北京
前言:苹果官方提供的网络请求API有两种: NSURLConnection、NSURLSession。还有,目前的用的最多是主流框架:AFNetworkingiOS 7之前,...
#import "ViewController.h" #define WIDTH self.view.frame.size.width #define HEIGHT self...
-(UITableView *)table{ if(!_table){ _table = [[UITableView alloc]initWithFrame:se...
// 创建SCNavTabBar SCNavTabBarController *scNav = [SCNavTabBarController new]; // scN...
// 本地资源文件 NSString *filePath = [[NSBundle mainBundle]pathForResource:@"111.mp4" ofT...
@interface QBViewController () { UICollectionViewFlowLayout *flowLayout; UICollecti...
oneViewController * first =[oneViewController new]; UINavigationController * oneNav =...