file_path
stringlengths
3
280
file_language
stringclasses
66 values
content
stringlengths
1
1.04M
repo_name
stringlengths
5
92
repo_stars
int64
0
154k
repo_description
stringlengths
0
402
repo_primary_language
stringclasses
108 values
developer_username
stringlengths
1
25
developer_name
stringlengths
0
30
developer_company
stringlengths
0
82
ios/Classes/PullToRefresh/UIView+SNEdge.h
C/C++ Header
// // UIView+SNEdge.h // navigation // // Created by lamo on 14-5-29. // Copyright (c) 2014年 jhs. All rights reserved. // #import <UIKit/UIKit.h> #define SNStructWith(_Origin_, _Path_, _Value_) \ ({ \ typeof(_Origin_) a = (_Origin_); \ a._Path_ =...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/Classes/PullToRefresh/UIView+SNEdge.m
Objective-C
// // UIView+SNEdge.m // navigation // // Created by lamo on 14-5-29. // Copyright (c) 2014年 jhs. All rights reserved. // #import "UIView+SNEdge.h" #define returnOnEqual(_P_) \ do { \ if (self._P_ == _P_) \ return; \ } while (0) #define selfCenterWithY(_...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/Classes/UIView+TopBarMessage.h
C/C++ Header
// // UIViewController+TopBarMessage.h // DXTopBarMessageView // // Created by xiekw on 14-3-17. // Copyright (c) 2014年 xiekw. All rights reserved. // #import <UIKit/UIKit.h> @interface TopWarningView : UIView @property (nonatomic, strong) NSString *warningText; @property (nonatomic, strong) UIImageView *iconIgv...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/Classes/UIView+TopBarMessage.m
Objective-C
// // UIViewController+TopBarMessage.m // DXTopBarMessageView // // Created by xiekw on 14-3-17. // Copyright (c) 2014年 xiekw. All rights reserved. // #import "UIView+TopBarMessage.h" #import <objc/runtime.h> #define kTopBarHeight 38.0f #define kDefaultDimissDelay 3.0f NSString * const kDXTopBarBackgroundColor ...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/NativePlayViewControllr.h
C/C++ Header
// // NativePlayViewControllr.h // RN_CNNode // // Created by xiekw on 15/10/22. // Copyright © 2015年 Facebook. All rights reserved. // #import <UIKit/UIKit.h> @interface NativePlayViewControllr : UIViewController @end
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/NativePlayViewControllr.m
Objective-C
// // NativePlayViewControllr.m // RN_CNNode // // Created by xiekw on 15/10/22. // Copyright © 2015年 Facebook. All rights reserved. // #import "NativePlayViewControllr.h" #import "DXTextCategoryMenu.h" @interface NativePlayViewControllr () { DXTextCategoryMenu *_menu; } @end @implementation NativePlayViewCon...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/RN_CNNode/AppDelegate.h
C/C++ Header
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <U...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/RN_CNNode/AppDelegate.m
Objective-C
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import "A...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/RN_CNNode/main.m
Objective-C
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <U...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
ios/RN_CNNodeTests/RN_CNNodeTests.m
Objective-C
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <U...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/AllTopicsComponent.js
JavaScript
const React = require('react-native'); const CNodeService = require('../networkService/CNodeService'); const TopicCell = require('./TopicCellComponent'); const Routes = require('./Routes'); const CommonComponents = require('../iosComponents/CommonComponents'); const DXRefreshControl = require('./DXRefreshControl'); con...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/CommonComponents.js
JavaScript
const React = require('react-native'); const Colors = require('../commonComponents/Colors'); const CommonStyles = require('../commonComponents/CommonStyles'); const { StyleSheet, View, ActivityIndicatorIOS, Text, } = React; class CommonComponents { static renderLoadingView() { return ( <View style...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/DXRefreshControl.js
JavaScript
/** * @providesModule RCTRefreshControl */ 'use strict'; var React = require('react-native'); var { DeviceEventEmitter, NativeModules: { DXRefreshControl, } } = React; /** * A pull down to refresh control like the one in Apple's iOS6 Mail App. */ var DROP_VIEW_DID_BEGIN_REFRESHING_EVENT = 'dropViewDidB...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/DXTextMenu.js
JavaScript
/* @flow weak */ var React = require('react-native'); const { requireNativeComponent } = require('react-native'); const DXCategoryMenuManager = require('NativeModules').DXCategoryMenuManager; const EdgeInsetsPropType = require('EdgeInsetsPropType'); var CategoryTextMenu = React.createClass({ propTypes: { option...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/DXTopMessage.js
JavaScript
/** * @providesModule DXTopMessageManager * @flow */ 'use strict'; var React = require('react-native'); var { DeviceEventEmitter, NativeModules: { DXTopMessageManager, } } = React; /** * A pull down to refresh control like the one in Apple's iOS6 Mail App. */ var MESSAGE_TAPPED = 'messageTapped'; var...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/MessageComponent.js
JavaScript
const React = require('react-native'); const DXTextMenu = require('./DXTextMenu'); const OPTIONS = ['你好', '问号', '狗带', '好玩', '你好', '问号', '狗带', '好玩', '你好', '问号', '狗带', '好玩']; const MessageComponent = React.createClass({ render() { return ( <DXTextMenu ref={(textMenu) => this.textMenu = textMenu} ...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/PersonalComponent.js
JavaScript
const React = require('react-native'); const CNodeService = require('../networkService/CNodeService'); const TopicCell = require('./TopicCellComponent'); const Routes = require('./Routes'); const CommonComponents = require('../iosComponents/CommonComponents'); const DXRefreshControl = require('./DXRefreshControl'); con...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/PostComponent.js
JavaScript
const React = require('react-native'); const CNodeService = require('../networkService/CNodeService'); const TopicCell = require('./TopicCellComponent'); const Routes = require('./Routes'); const CommonComponents = require('../iosComponents/CommonComponents'); const DXRefreshControl = require('./DXRefreshControl'); con...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/Routes.js
JavaScript
class Routes { static allTopics() { return { component: require('./AllTopicsComponent'), title: 'cnodejs', }; } static topic(topic) { return { component: require('./TopicDetailComponent'), title: topic.title, passProps: {topic: topic} } } static search() { return { component: require(...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/SearchComponent.js
JavaScript
const React = require('react-native'); const CNodeService = require('../networkService/CNodeService'); const TopicCell = require('./TopicCellComponent'); const Routes = require('./Routes'); const CommonComponents = require('../iosComponents/CommonComponents'); const DXRefreshControl = require('./DXRefreshControl'); con...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/TopicCellComponent.js
JavaScript
const React = require('react-native'); const Colors = require('../commonComponents/Colors'); const TopicTab = require('./TopicTabComponent'); const { StyleSheet, View, Text, Image, TouchableHighlight, } = React; const styles = StyleSheet.create({ cellContentView: { flexDirection: 'column', flex: 1...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/TopicDetailComponent.js
JavaScript
const React = require('react-native'); const Colors = require('../commonComponents/Colors'); const Configs = require('../config'); const CommonStyles = require('../commonComponents/CommonStyles'); const CommonComponents = require('./CommonComponents'); const DXRefreshControl = require('./DXRefreshControl'); const { ...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
iosComponents/TopicTabComponent.js
JavaScript
const React = require('react-native'); const Colors = require('../commonComponents/Colors'); const { StyleSheet, Text, } = React; const styles = StyleSheet.create({ base: { position: 'absolute', right: 10, top: 0, borderRadius: 2, width: 40, fontSize: 16, height: 18, textAlign: '...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
networkService/CNodeService.js
JavaScript
const _ = require('underscore'); const config = require('../config'); const {EventEmitter} = require('events'); const TOPICS_API_PATH = config.apiHost + '/topics' + '?limit=' + config.loadPerPage; const MAX_PAGE = config.loadMaxPages; class CNodeService extends EventEmitter { url(append) { let page = 1; if...
xiekw2010/Cnodejs-React-Native
0
Yet another client for https://cnodejs.org/ building on react-native
Objective-C
xiekw2010
David Tse
Alipay
Example/DXPhotoBrowser/DXAppDelegate.h
C/C++ Header
// // DXAppDelegate.h // DXPhotoBrowser // // Created by kaiwei.xkw on 09/16/2015. // Copyright (c) 2015 kaiwei.xkw. All rights reserved. // @import UIKit; @interface DXAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/DXPhotoBrowser/DXAppDelegate.m
Objective-C
// // DXAppDelegate.m // DXPhotoBrowser // // Created by kaiwei.xkw on 09/16/2015. // Copyright (c) 2015 kaiwei.xkw. All rights reserved. // #import "DXAppDelegate.h" @implementation DXAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { /...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/DXPhotoBrowser/DXViewController.h
C/C++ Header
// // DXViewController.h // DXPhotoBrowser // // Created by kaiwei.xkw on 09/16/2015. // Copyright (c) 2015 kaiwei.xkw. All rights reserved. // #import <Nimbus/NimbusCollections.h> @import UIKit; @interface DXViewController : UIViewController @end @interface SimplePhotoCell : UICollectionViewCell<NICollectionV...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/DXPhotoBrowser/DXViewController.m
Objective-C
// // DXViewController.m // DXPhotoBrowser // // Created by kaiwei.xkw on 09/16/2015. // Copyright (c) 2015 kaiwei.xkw. All rights reserved. // #import "DXViewController.h" #import <DXPhotoBrowser/DXPhoto.h> #import <DXPhotoBrowser/DXPhotoBrowser.h> #import <SDWebImage/SDWebImageManager.h> #import <UIScrollView+DX...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/DXPhotoBrowser/main.m
Objective-C
// // main.m // DXPhotoBrowser // // Created by kaiwei.xkw on 09/16/2015. // Copyright (c) 2015 kaiwei.xkw. All rights reserved. // @import UIKit; #import "DXAppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([DXAppDelegate...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.h
C/C++ Header
// AFHTTPRequestOperation.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m
Objective-C
// AFHTTPRequestOperation.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperationManager.h
C/C++ Header
// AFHTTPRequestOperationManager.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, ...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperationManager.m
Objective-C
// AFHTTPRequestOperationManager.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, ...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.h
C/C++ Header
// AFHTTPSessionManager.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.m
Objective-C
// AFHTTPSessionManager.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFNetworkReachabilityManager.h
C/C++ Header
// AFNetworkReachabilityManager.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, i...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFNetworkReachabilityManager.m
Objective-C
// AFNetworkReachabilityManager.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, i...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFNetworking.h
C/C++ Header
// AFNetworking.h // // Copyright (c) 2013 AFNetworking (http://afnetworking.com/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFSecurityPolicy.h
C/C++ Header
// AFSecurityPolicy.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including wit...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFSecurityPolicy.m
Objective-C
// AFSecurityPolicy.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including wit...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.h
C/C++ Header
// AFURLConnectionOperation.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLConnectionOperation.m
Objective-C
// AFURLConnectionOperation.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLRequestSerialization.h
C/C++ Header
// AFURLRequestSerialization.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, incl...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLRequestSerialization.m
Objective-C
// AFURLRequestSerialization.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, incl...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLResponseSerialization.h
C/C++ Header
// AFURLResponseSerialization.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inc...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLResponseSerialization.m
Objective-C
// AFURLResponseSerialization.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inc...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLSessionManager.h
C/C++ Header
// AFURLSessionManager.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including ...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/AFNetworking/AFURLSessionManager.m
Objective-C
// AFURLSessionManager.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including ...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h
C/C++ Header
// AFNetworkActivityIndicatorManager.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restricti...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m
Objective-C
// AFNetworkActivityIndicatorManager.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restricti...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h
C/C++ Header
// UIActivityIndicatorView+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restri...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m
Objective-C
// UIActivityIndicatorView+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restri...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.h
C/C++ Header
// UIAlertView+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.m
Objective-C
// UIAlertView+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h
C/C++ Header
// UIButton+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includin...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.m
Objective-C
// UIButton+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includin...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIImage+AFNetworking.h
C/C++ Header
// // UIImage+AFNetworking.h // // // Created by Paulo Ferreira on 08/07/15. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the ri...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h
C/C++ Header
// UIImageView+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.m
Objective-C
// UIImageView+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h
C/C++ Header
// UIKit+AFNetworking.h // // Copyright (c) 2013 AFNetworking (http://afnetworking.com/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitatio...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h
C/C++ Header
// UIProgressView+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, in...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.m
Objective-C
// UIProgressView+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, in...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h
C/C++ Header
// UIRefreshControl+AFNetworking.m // // Copyright (c) 2014 AFNetworking (http://afnetworking.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.m
Objective-C
// UIRefreshControl+AFNetworking.m // // Copyright (c) 2014 AFNetworking (http://afnetworking.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h
C/C++ Header
// UIWebView+AFNetworking.h // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.m
Objective-C
// UIWebView+AFNetworking.m // Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includi...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/DXRefresh/Pod/Classes/UIScrollView+DXRefresh.h
C/C++ Header
// // UIScrollView+DXRefresh.h // DXRefresh // // Created by xiekw on 10/11/14. // Copyright (c) 2014 xiekw. All rights reserved. // #import <UIKit/UIKit.h> @interface UIScrollView (DXRefresh) - (void)addHeaderWithTarget:(id)target action:(SEL)action withIndicatorColor:(UIColor *)color; - (void)addHeaderWithTarg...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/DXRefresh/Pod/Classes/UIScrollView+DXRefresh.m
Objective-C
// // UIScrollView+DXRefresh.m // DXRefresh // // Created by xiekw on 10/11/14. // Copyright (c) 2014 xiekw. All rights reserved. // #import "UIScrollView+DXRefresh.h" #import <objc/runtime.h> @protocol DXRefreshView <NSObject> @required - (void)beginRefreshing; - (void)endRefreshing; - (BOOL)isRefreshing; @op...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/attributedlabel/src/NIAttributedLabel.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/attributedlabel/src/NIAttributedLabel.m
Objective-C
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/attributedlabel/src/NSMutableAttributedString+NimbusAttributedLabel.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/attributedlabel/src/NSMutableAttributedString+NimbusAttributedLabel.m
Objective-C
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/attributedlabel/src/NimbusAttributedLabel.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/badge/src/NIBadgeView.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/badge/src/NIBadgeView.m
Objective-C
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/badge/src/NimbusBadge.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // Originally created by Roger Chapman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewActions.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewActions.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewCellFactory.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewCellFactory.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewModel+Private.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewModel.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NICollectionViewModel.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NIMutableCollectionViewModel+Private.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NIMutableCollectionViewModel.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NIMutableCollectionViewModel.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/collections/src/NimbusCollections.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIActions+Subclassing.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIActions.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIActions.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIButtonUtilities.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIButtonUtilities.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NICommonMetrics.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NICommonMetrics.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDataStructures.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDataStructures.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDebuggingTools.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Forked from Three20 June 10, 2011 - Copyright 2009-2011 Facebook // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/l...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDebuggingTools.m
Objective-C
// // Copyright 2011-2014 NimbusKit // Copyright 2009-2011 Facebook // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requir...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDeviceOrientation.h
C/C++ Header
// // Copyright 2011-2014 NimbusKit // // Forked from Three20 June 10, 2011 - Copyright 2009-2011 Facebook // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/l...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay
Example/Pods/Nimbus/src/core/src/NIDeviceOrientation.m
Objective-C
// // Copyright 2011-2014 NimbusKit // // Forked from Three20 June 10, 2011 - Copyright 2009-2011 Facebook // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/l...
xiekw2010/DXPhotoBrowser
2
A photo browser for displaying a bunch of images one by one
Objective-C
xiekw2010
David Tse
Alipay