text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```python
#!/usr/bin/env python
# coding=utf-8
from __future__ import print_function
import os
import requests
import re
import time
import xml.dom.minidom
import json
import sys
import math
import subprocess
import ssl
import threading
DEBUG = False
MAX_GROUP_NUM = 2 #
INTERFACE_CALLING_INTERVAL = 5 # , "",
MAX... | /content/code_sandbox/wdf.py | python | 2016-01-02T01:28:59 | 2024-08-09T08:34:27 | wechat-deleted-friends | 0x5e/wechat-deleted-friends | 4,769 | 3,816 |
```javascript
const express = require('express');
const app = express();
const PORT = process.env.PORT || 9333;
app.all('/', (req, res) => res.send(`
Calculating your default signature....
<script>
window.onload = () => {
let orientation = screen.orientation ? screen.orientation.angle :
... | /content/code_sandbox/z00mdetect.js | javascript | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 130 |
```javascript
const express = require('express');
const app = express();
const storage = require('node-persist');
const PORT = process.env.PORT || 9333;
app.all('/', (req, res) => res.send(`
You have to zoom in or zoom out and then <s>refresh the page.</s>
<sup>it should refresh itself!</sup>
<script>
... | /content/code_sandbox/z00mtrack.js | javascript | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 458 |
```javascript
jaVasCript:/*-/*`/*\`/*'/*"/*%0A%0a*/(/* */oNcliCk=alert() )//</stYle/</titLe/</teXtarEa/</scRipt/--!>\x3ciframe/<iframe/oNloAd=alert()//>\x3e
``` | /content/code_sandbox/XSS-polyglot.js | javascript | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 80 |
```javascript
/**
* Deanonymize a predefined group of users, given sufficient arguments.
* @param attackMethod {string}, the method of the attack (either 'redirection' or 'statusCode').
* @param endpoint {string}, the vulnerable endpoint with the user ID parameter last.
* @param idList {array}, a list of the target... | /content/code_sandbox/deanonymize.js | javascript | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 713 |
```python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Automate the reconnaissance process, given a domain name.
"""
from __future__ import absolute_import, print_function
import sys
import socket
import subprocess
from time import sleep
def main():
"""Execute main code."""
try:
domain = sys.argv[... | /content/code_sandbox/AutoRecon.py | python | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 586 |
```javascript
/**
* A wrapper object for helper functions.
*/
let regaxorHelpers = {
padLeft(str) {
return str[0] + str;
},
padRight(str) {
return str + str[str.length - 1];
},
replaceDots(str) {
return str.replace(/\./g, 'X');
},
doubleEscape(str) {
retu... | /content/code_sandbox/regaxor.js | javascript | 2016-02-13T17:34:07 | 2024-08-16T18:34:19 | HackVault | 0xSobky/HackVault | 1,917 | 745 |
```objective-c
//
// CollectionViewController.h
// TYPagerControllerDemo
//
// Created by tany on 16/5/17.
//
#import <UIKit/UIKit.h>
@interface CollectionViewController : UIViewController
@property (nonatomic, strong) NSString *text;
@end
``` | /content/code_sandbox/TYPagerControllerDemo/CollectionViewController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 56 |
```objective-c
//
// TabPagerViewDmeoController.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/19.
//
#import <UIKit/UIKit.h>
@interface TabPagerViewDmeoController : UIViewController
@end
``` | /content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 57 |
```objective-c
//
// ListViewController.h
// TYPagerControllerDemo
//
// Created by tany on 16/5/17.
//
#import <UIKit/UIKit.h>
@interface ListViewController : UIViewController
@property (nonatomic, strong) NSString *text;
@end
``` | /content/code_sandbox/TYPagerControllerDemo/ListViewController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 56 |
```ruby
Pod::Spec.new do |s|
# pod search [name]
s.name = "TYPagerController"
#
s.version = "2.1.2"
#
s.summary = "page scroll View controller,simple,high custom,and have tabBar styles."
#
s.homepage = "path_to_url"
# LICENSE
s.license = { :type => 'MIT', :file => 'LICENSE' }
#
s.author = { "tany" => "122074809... | /content/code_sandbox/TYPagerController.podspec | ruby | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 197 |
```objective-c
//
// CustomViewController.h
// TYPagerControllerDemo
//
// Created by tany on 16/4/20.
//
#import <UIKit/UIKit.h>
@interface CustomViewController : UIViewController
@property (nonatomic, strong) NSString *text;
@end
``` | /content/code_sandbox/TYPagerControllerDemo/CustomViewController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 56 |
```objective-c
//
// ViewController.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/6.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
``` | /content/code_sandbox/TYPagerControllerDemo/ViewController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 45 |
```objective-c
//
// PagerControllerDmeoController.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/19.
//
#import "PagerControllerDmeoController.h"
#import "TYTabPagerBar.h"
#import "TYPagerController.h"
#import "ListViewController.h"
#import "CollectionViewController.h"
#import "CustomViewController.h"
... | /content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,148 |
```objective-c
//
// PagerViewDmeoController.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/6.
//
#import "PagerViewDmeoController.h"
#import "TYPagerView.h"
#import "TYTabPagerBar.h"
@interface PagerViewDmeoController ()<TYPagerViewDataSource, TYPagerViewDelegate,TYTabPagerBarDataSource,TYTabPagerB... | /content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,570 |
```objective-c
//
// PagerControllerDemoController.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import "TabPagerControllerDemoController.h"
#import "CustomViewController.h"
#import "ListViewController.h"
#import "CollectionViewController.h"
@interface TabPagerControllerDemoController ()<TY... | /content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 660 |
```objective-c
//
// AppDelegate.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/6.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
``` | /content/code_sandbox/TYPagerControllerDemo/AppDelegate.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 57 |
```objective-c
//
// PagerViewDmeoController.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/6.
//
#import <UIKit/UIKit.h>
@interface PagerViewDmeoController : UIViewController
@end
``` | /content/code_sandbox/TYPagerControllerDemo/PagerViewDmeoController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 56 |
```objective-c
//
// PagerControllerDmeoController.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/19.
//
#import <UIKit/UIKit.h>
@interface PagerControllerDmeoController : UIViewController
@end
``` | /content/code_sandbox/TYPagerControllerDemo/PagerControllerDmeoController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 55 |
```objective-c
//
// ListViewController.m
// TYPagerControllerDemo
//
// Created by tany on 16/5/17.
//
#import "ListViewController.h"
@interface ListViewController ()<UITableViewDataSource, UITableViewDelegate>
@property (nonatomic, weak) UITableView *tableView;
@end
@implementation ListViewController
- (void)v... | /content/code_sandbox/TYPagerControllerDemo/ListViewController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 639 |
```objective-c
//
// ViewController.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/6.
//
#import "ViewController.h"
#import "PagerViewDmeoController.h"
#import "PagerControllerDmeoController.h"
#import "TabPagerControllerDemoController.h"
#import "TabPagerViewDmeoController.h"
@interface ViewController... | /content/code_sandbox/TYPagerControllerDemo/ViewController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 339 |
```objective-c
//
// AppDelegate.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/6.
//
#import "AppDelegate.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override poi... | /content/code_sandbox/TYPagerControllerDemo/AppDelegate.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 374 |
```objective-c
//
// CustomViewController.m
// TYPagerControllerDemo
//
// Created by tany on 16/4/20.
//
#import "CustomViewController.h"
#import "PagerControllerDmeoController.h"
@interface CustomViewController ()
@property (nonatomic, weak) UILabel *label;
@property (nonatomic, weak) UIButton *pushBtn;
@propert... | /content/code_sandbox/TYPagerControllerDemo/CustomViewController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 828 |
```objective-c
//
// main.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/6.
//
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
``` | /content/code_sandbox/TYPagerControllerDemo/main.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 75 |
```objective-c
//
// CollectionViewController.m
// TYPagerControllerDemo
//
// Created by tany on 16/5/17.
//
#import "CollectionViewController.h"
@interface CollectionViewController ()<UICollectionViewDataSource>
@property (nonatomic, weak) UICollectionView *collectionView;
@end
static NSString *const cellId = @... | /content/code_sandbox/TYPagerControllerDemo/CollectionViewController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 615 |
```objective-c
//
// PagerControllerDemoController.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import "TYTabPagerController.h"
@interface TabPagerControllerDemoController : TYTabPagerController
@end
``` | /content/code_sandbox/TYPagerControllerDemo/TabPagerControllerDemoController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 58 |
```objective-c
//
// TabPagerViewDmeoController.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/19.
//
#import "TabPagerViewDmeoController.h"
#import "TYTabPagerView.h"
@interface TabPagerViewDmeoController ()<TYTabPagerViewDataSource, TYTabPagerViewDelegate>
@property (nonatomic, weak) TYTabPagerView ... | /content/code_sandbox/TYPagerControllerDemo/TabPagerViewDmeoController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 694 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_... | /content/code_sandbox/TYPagerControllerDemo/Info.plist | xml | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 419 |
```objective-c
//
// TYPagerController.h
// TYPagerControllerDemo
//
// Created by tanyang on 16/4/13.
//
#import <UIKit/UIKit.h>
#import "TYPagerViewLayout.h"
NS_ASSUME_NONNULL_BEGIN
@class TYPagerController;
@protocol TYPagerControllerDataSource <NSObject>
// viewController's count in pagerController
- (NSInte... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 820 |
```objective-c
//
// TYPagerViewLayout.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSObject (TY_PagerReuseIdentify)
// resueId
@property (nonatomic, strong, readonly, nullable) NSString *ty_pagerReuseIdentify;
@end
@class TYPager... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,400 |
```objective-c
//
// TYPagerView.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/5.
//
#import <UIKit/UIKit.h>
#import "TYPagerViewLayout.h"
NS_ASSUME_NONNULL_BEGIN
@class TYPagerView;
@protocol TYPagerViewDataSource <NSObject>
- (NSInteger)numberOfViewsInPagerView;
/* 1.if prefetching is YES, the pr... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 846 |
```objective-c
//
// TYPagerController.m
// TYPagerControllerDemo
//
// Created by tanyang on 16/4/13.
//
#import "TYPagerController.h"
@interface TYPagerController ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> {
// private
struct {
unsigned int viewWillAppearForIndex :1;
unsig... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 2,136 |
```objective-c
//
// TYPagerView.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/5.
//
#import "TYPagerView.h"
@interface TYPagerView ()<TYPagerViewLayoutDataSource, TYPagerViewLayoutDelegate> {
// private
struct {
unsigned int willAppearViewForIndex :1;
unsigned int didAppearVie... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerView.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,851 |
```objective-c
//
// TYTabTitleViewCell.m
// TYPagerControllerDemo
//
// Created by tany on 16/5/4.
//
#import "TYTabPagerBarCell.h"
@interface TYTabPagerBarCell ()
@property (nonatomic, weak) UILabel *titleLabel;
@end
@implementation TYTabPagerBarCell
- (instancetype)initWithFrame:(CGRect)frame
{
if (self =... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 250 |
```objective-c
//
// TYPagerViewLayout.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/9.
//
#import "TYPagerViewLayout.h"
#import <objc/runtime.h>
@interface TYAutoPurgeCache : NSCache
@end
@implementation TYAutoPurgeCache
- (nonnull instancetype)init {
if (self = [super init]) {
[[NSN... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TYPagerViewLayout.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 6,498 |
```objective-c
//
// TYTabTitleViewCell.h
// TYPagerControllerDemo
//
// Created by tany on 16/5/4.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@protocol TYTabPagerBarCellProtocol <NSObject>
/**
font ,textColor will use TYTabPagerBarLayout's textFont,textColor
*/
@property (nonatomic, strong, readonly) UI... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarCell.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 130 |
```objective-c
//
// TYTabPagerBarLayout.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/17.
//
#import "TYTabPagerBarLayout.h"
#import "TYTabPagerBar.h"
@interface TYTabPagerBarLayout ()
@property (nonatomic, weak) TYTabPagerBar *pagerTabBar;
@property (nonatomic, assign) CGFloat selectFontScale;
... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 3,652 |
```objective-c
//
// TYTabPagerBar.m
// TYPagerControllerDemo
//
// Created by tany on 2017/7/13.
//
#import "TYTabPagerBar.h"
@interface TYTabPagerBar ()<UICollectionViewDelegateFlowLayout, UICollectionViewDataSource> {
struct {
unsigned int transitionFromeCellAnimated :1;
unsigned int transit... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 2,592 |
```objective-c
//
// TYTabPagerBarLayout.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/17.
//
#import <UIKit/UIKit.h>
#import "TYTabPagerBarCell.h"
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, TYPagerBarStyle) {
TYPagerBarStyleNoneView,
TYPagerBarStyleProgressView,
TYPagerBarSty... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBarLayout.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 826 |
```objective-c
//
// TYTabPagerView.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import "TYTabPagerView.h"
@interface TYTabPagerView ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerViewDataSource, TYPagerViewDelegate>
// UI
@property (nonatomic, weak) TYTabPagerBar *tabBar;
@prope... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,621 |
```objective-c
//
// TYTabPagerView.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import <UIKit/UIKit.h>
#import "TYPagerView.h"
#import "TYTabPagerBar.h"
NS_ASSUME_NONNULL_BEGIN
@class TYTabPagerView;
@protocol TYTabPagerViewDataSource <NSObject>
- (NSInteger)numberOfViewsInTabPagerView;... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerView.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 615 |
```objective-c
//
// TYTabPagerBar.h
// TYPagerControllerDemo
//
// Created by tany on 2017/7/13.
//
#import <UIKit/UIKit.h>
#import "TYTabPagerBarLayout.h"
NS_ASSUME_NONNULL_BEGIN
@class TYTabPagerBar;
@protocol TYTabPagerBarDataSource <NSObject>
- (NSInteger)numberOfItemsInPagerTabBar;
- (UICollectionViewCell... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerBar.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 745 |
```objective-c
//
// TYTabPagerController.h
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import <UIKit/UIKit.h>
#import "TYTabPagerBar.h"
#import "TYPagerController.h"
NS_ASSUME_NONNULL_BEGIN
@class TYTabPagerController;
@protocol TYTabPagerControllerDataSource <NSObject>
- (NSInteger)numb... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.h | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 575 |
```xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" color... | /content/code_sandbox/TYPagerControllerDemo/Base.lproj/LaunchScreen.storyboard | xml | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 433 |
```objective-c
//
// TYTabPagerController.m
// TYPagerControllerDemo
//
// Created by tanyang on 2017/7/18.
//
#import "TYTabPagerController.h"
@interface TYTabPagerController ()<TYTabPagerBarDataSource,TYTabPagerBarDelegate,TYPagerControllerDataSource,TYPagerControllerDelegate>
// UI
@property (nonatomic, strong... | /content/code_sandbox/TYPagerControllerDemo/TYPagerController/TabPager/TYTabPagerController.m | objective-c | 2016-05-18T14:23:06 | 2024-07-24T04:09:28 | TYPagerController | 12207480/TYPagerController | 1,373 | 1,763 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 161