• 大小: 57KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: 其他
  • 标签: 滚动  

资源简介

iOS滑动选项卡类型的视图控制器,类似网易、腾讯新闻头部。

资源截图

代码片段和文件信息

//
//  AppDelegate.m
//  YJSegmentDemo
//
//  Created by yyj on 2017/11/1.
//  Copyright © 2017年 yj. All rights reserved.
//

#import “AppDelegate.h“
#import “ViewController.h“

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
   
    self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
    self.window.backgroundColor = [UIColor whiteColor];
    self.window.rootViewController = [[ViewController alloc]init];
    [self.window makeKeyAndVisible];
    
    return YES;
}


- (void)applicationWillResignActive:(UIApplication *)application {
    // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
    // Use this method to pause ongoing tasks disable timers and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}


- (void)applicationDidEnterBackground:(UIApplication *)application {
    // Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
    // If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}


- (void)applicationWillEnterForeground:(UIApplication *)application {
    // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}


- (void)applicationDidBecomeActive:(UIApplication *)application {
    // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}


- (void)applicationWillTerminate:(UIApplication *)application {
    // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


@end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\
     文件          59  2018-10-19 06:45  YJSegmentDemo-master\README.md
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\
     文件       26873  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.pbxproj
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.xcworkspace\
     文件         158  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.xcworkspace\contents.xcworkspacedata
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.xcworkspace\xcuserdata\
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.xcworkspace\xcuserdata\gb.xcuserdatad\
     文件       63259  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\project.xcworkspace\xcuserdata\gb.xcuserdatad\UserInterfaceState.xcuserstate
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\gb.xcuserdatad\
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\gb.xcuserdatad\xcdebugger\
     文件          91  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\gb.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\gb.xcuserdatad\xcschemes\
     文件         336  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo.xcodeproj\xcuserdata\gb.xcuserdatad\xcschemes\xcschememanagement.plist
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\
     文件         272  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\AppDelegate.h
     文件        2247  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\AppDelegate.m
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Assets.xcassets\
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Assets.xcassets\AppIcon.appiconset\
     文件        1495  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Assets.xcassets\AppIcon.appiconset\Contents.json
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\base.lproj\
     文件        1681  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\base.lproj\LaunchScreen.storyboard
     文件        1614  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\base.lproj\Main.storyboard
     文件         214  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\ContentController.h
     文件         429  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\ContentController.m
     目录           0  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Extension\
     文件         285  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Extension\UIColor+Extension.h
     文件         638  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Extension\UIColor+Extension.m
     文件         899  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Extension\UIViewExt.h
     文件        4291  2018-10-19 06:45  YJSegmentDemo-master\YJSegmentDemo\Extension\UIViewExt.m
............此处省略20个文件信息

评论

共有 条评论