240 发简信
IP属地:北京
  • iOS 网络请求

    前言:苹果官方提供的网络请求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...

  • 第三方Sn

    // 创建SCNavTabBar SCNavTabBarController *scNav = [SCNavTabBarController new]; // scN...

  • ios视频播放

    // 本地资源文件 NSString *filePath = [[NSBundle mainBundle]pathForResource:@"111.mp4" ofT...

  • 网格的布局

    @interface QBViewController () { UICollectionViewFlowLayout *flowLayout; UICollecti...

  • UITabbar自定义

    oneViewController * first =[oneViewController new]; UINavigationController * oneNav =...