Skip to content

Commit

Permalink
commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
easefun committed May 3, 2016
2 parents 23589bd + 0f527db commit 6abb3b7
Show file tree
Hide file tree
Showing 82 changed files with 1,586 additions and 954 deletions.
Empty file modified README.md 100644 → 100755
Empty file.
39 changes: 32 additions & 7 deletions polyvSDK.xcodeproj/project.pbxproj 100644 → 100755
Expand Up @@ -64,10 +64,15 @@
CBA37147196E6549008E95ED /* polyvSDKTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CBA37146196E6549008E95ED /* polyvSDKTests.m */; };
CBA5D6C41C02EC0600781EA5 /* pl-video-player-backward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBA5D6C21C02EC0600781EA5 /* pl-video-player-backward@2x.png */; };
CBA5D6C51C02EC0600781EA5 /* pl-video-player-backward@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBA5D6C31C02EC0600781EA5 /* pl-video-player-backward@3x.png */; };
CBA5D7191C0BD47E00781EA5 /* libpolyvSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CBA5D7181C0BD47E00781EA5 /* libpolyvSDK.a */; };
CBBFEAAD199C9BC100D15255 /* UploadDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CBBFEAAC199C9BC100D15255 /* UploadDemoViewController.m */; };
CBC2333B1AEA326100B0228E /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CBC2333A1AEA326100B0228E /* libz.dylib */; };
CBF35D341B32B1E100E97C45 /* video-play.png in Resources */ = {isa = PBXBuildFile; fileRef = CBF35D331B32B1E100E97C45 /* video-play.png */; };
E5008F311CC0946D006A42C6 /* pl-video-player-danmu.png in Resources */ = {isa = PBXBuildFile; fileRef = E5008F301CC0946D006A42C6 /* pl-video-player-danmu.png */; };
E5008F371CC09CEC006A42C6 /* RootViewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E5008F361CC09CEC006A42C6 /* RootViewViewController.m */; };
E50D16C51CC71522004585AB /* PLVSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E50D16C41CC71522004585AB /* PLVSlider.m */; };
E50D17571CC7B5B2004585AB /* PLVIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = E50D17561CC7B5B2004585AB /* PLVIndicator.m */; };
E546CCBF1CA3CE610033B052 /* libpolyvSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E546CCBE1CA3CE610033B052 /* libpolyvSDK.a */; };
E5EAC8B41CC8CEEA0042CAAD /* pl-video-player-snapshot.png in Resources */ = {isa = PBXBuildFile; fileRef = E5EAC8B31CC8CEEA0042CAAD /* pl-video-player-snapshot.png */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -175,14 +180,22 @@
CBA5D7151C0BD47E00781EA5 /* PvDanmuOperateView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PvDanmuOperateView.h; sourceTree = "<group>"; };
CBA5D7161C0BD47E00781EA5 /* PvDanmuSendView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PvDanmuSendView.h; sourceTree = "<group>"; };
CBA5D7171C0BD47E00781EA5 /* VideoDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoDownloader.h; sourceTree = "<group>"; };
CBA5D7181C0BD47E00781EA5 /* libpolyvSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpolyvSDK.a; sourceTree = "<group>"; };
CBA5D71A1C0C1FC200781EA5 /* PvUrlSessionDownload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PvUrlSessionDownload.h; sourceTree = "<group>"; };
CBA5D71B1C0C1FC200781EA5 /* PvUrlSessionDownloadDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PvUrlSessionDownloadDelegate.h; sourceTree = "<group>"; };
CBAE508A1C1EBD2D00D8B520 /* PvReportManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PvReportManager.h; sourceTree = "<group>"; };
CBBFEAAB199C9BC100D15255 /* UploadDemoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UploadDemoViewController.h; sourceTree = "<group>"; };
CBBFEAAC199C9BC100D15255 /* UploadDemoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UploadDemoViewController.m; sourceTree = "<group>"; };
CBC2333A1AEA326100B0228E /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
CBF35D331B32B1E100E97C45 /* video-play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "video-play.png"; sourceTree = "<group>"; };
E5008F301CC0946D006A42C6 /* pl-video-player-danmu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pl-video-player-danmu.png"; sourceTree = "<group>"; };
E5008F351CC09CEC006A42C6 /* RootViewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewViewController.h; sourceTree = "<group>"; };
E5008F361CC09CEC006A42C6 /* RootViewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewViewController.m; sourceTree = "<group>"; };
E50D16C31CC71522004585AB /* PLVSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLVSlider.h; sourceTree = "<group>"; };
E50D16C41CC71522004585AB /* PLVSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PLVSlider.m; sourceTree = "<group>"; };
E50D17551CC7B5B2004585AB /* PLVIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLVIndicator.h; sourceTree = "<group>"; };
E50D17561CC7B5B2004585AB /* PLVIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PLVIndicator.m; sourceTree = "<group>"; };
E546CCBE1CA3CE610033B052 /* libpolyvSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpolyvSDK.a; sourceTree = "<group>"; };
E5EAC8B31CC8CEEA0042CAAD /* pl-video-player-snapshot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pl-video-player-snapshot.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -191,7 +204,7 @@
buildActionMask = 2147483647;
files = (
CB8E99D31B81CA4D00CDD71A /* libsqlite3.0.dylib in Frameworks */,
CBA5D7191C0BD47E00781EA5 /* libpolyvSDK.a in Frameworks */,
E546CCBF1CA3CE610033B052 /* libpolyvSDK.a in Frameworks */,
CBC2333B1AEA326100B0228E /* libz.dylib in Frameworks */,
CB79F81C196E7E0700A1B817 /* MediaPlayer.framework in Frameworks */,
CBA3711E196E6549008E95ED /* CoreGraphics.framework in Frameworks */,
Expand All @@ -218,6 +231,7 @@
children = (
CB6236A11C72C00100A7B832 /* checkbox_checked.png */,
CB6236A21C72C00100A7B832 /* checkbox_checked@2x.png */,
E5EAC8B31CC8CEEA0042CAAD /* pl-video-player-snapshot.png */,
CB6236A31C72C00100A7B832 /* checkbox_unchecked.png */,
CB6236A41C72C00100A7B832 /* checkbox_unchecked@2x.png */,
CB6236A51C72C00100A7B832 /* radio_checked.png */,
Expand All @@ -240,6 +254,7 @@
CB8E999E1B81778500CDD71A /* pl-video-player-point@3x.png */,
CB8E999F1B81778500CDD71A /* pl-video-player-shrinkscreen@2x.png */,
CB8E99A01B81778500CDD71A /* pl-video-player-shrinkscreen@3x.png */,
E5008F301CC0946D006A42C6 /* pl-video-player-danmu.png */,
);
path = Assets;
sourceTree = "<group>";
Expand Down Expand Up @@ -301,6 +316,8 @@
CBA5D70A1C0BD47E00781EA5 /* libpolyvSDK */,
CB8E99881B80C4EA00CDD71A /* VideoListTableViewController.h */,
CB8E99891B80C4EA00CDD71A /* VideoListTableViewController.m */,
E5008F351CC09CEC006A42C6 /* RootViewViewController.h */,
E5008F361CC09CEC006A42C6 /* RootViewViewController.m */,
CB9BA7841BD9D0DE00352498 /* DetailViewController.h */,
CB9BA7851BD9D0DE00352498 /* DetailViewController.m */,
CB0F44E31C59E13700A6B13C /* DetailViewController2.h */,
Expand All @@ -309,6 +326,10 @@
CB8E99DC1B82E0C800CDD71A /* SkinVideoViewController.m */,
CB8E99DD1B82E0C800CDD71A /* SkinVideoViewControllerView.h */,
CB8E99DE1B82E0C800CDD71A /* SkinVideoViewControllerView.m */,
E50D16C31CC71522004585AB /* PLVSlider.h */,
E50D16C41CC71522004585AB /* PLVSlider.m */,
E50D17551CC7B5B2004585AB /* PLVIndicator.h */,
E50D17561CC7B5B2004585AB /* PLVIndicator.m */,
CB8E99C11B81CA0900CDD71A /* fmdb */,
CBBFEAAB199C9BC100D15255 /* UploadDemoViewController.h */,
CBBFEAAC199C9BC100D15255 /* UploadDemoViewController.m */,
Expand Down Expand Up @@ -369,8 +390,8 @@
CBA5D70A1C0BD47E00781EA5 /* libpolyvSDK */ = {
isa = PBXGroup;
children = (
E546CCBE1CA3CE610033B052 /* libpolyvSDK.a */,
CBA5D70B1C0BD47E00781EA5 /* libpolyvSDK */,
CBA5D7181C0BD47E00781EA5 /* libpolyvSDK.a */,
);
path = libpolyvSDK;
sourceTree = "<group>";
Expand Down Expand Up @@ -448,9 +469,6 @@
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = easefun;
TargetAttributes = {
CBA37117196E6549008E95ED = {
DevelopmentTeam = ETRBR9HA5V;
};
CBA37138196E6549008E95ED = {
TestTargetID = CBA37117196E6549008E95ED;
};
Expand Down Expand Up @@ -480,6 +498,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E5008F311CC0946D006A42C6 /* pl-video-player-danmu.png in Resources */,
CB8E99A51B81778500CDD71A /* pl-video-player-pause@2x.png in Resources */,
CB8E99AA1B81778500CDD71A /* pl-video-player-point@3x.png in Resources */,
CB8E99A11B81778500CDD71A /* pl-video-player-close@2x.png in Resources */,
Expand All @@ -494,6 +513,7 @@
CB6236AC1C72C00100A7B832 /* checkbox_unchecked@2x.png in Resources */,
CBA5D6C51C02EC0600781EA5 /* pl-video-player-backward@3x.png in Resources */,
CB6569211C561B8B00AC2EC8 /* pvlogo.png in Resources */,
E5EAC8B41CC8CEEA0042CAAD /* pl-video-player-snapshot.png in Resources */,
CB8E99A91B81778500CDD71A /* pl-video-player-point@2x.png in Resources */,
CB6236B01C72C00100A7B832 /* radio_unchecked@2x.png in Resources */,
CBA5D6C41C02EC0600781EA5 /* pl-video-player-backward@2x.png in Resources */,
Expand Down Expand Up @@ -528,11 +548,14 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E50D16C51CC71522004585AB /* PLVSlider.m in Sources */,
CB8E99E01B82E0C800CDD71A /* SkinVideoViewControllerView.m in Sources */,
CBA37132196E6549008E95ED /* ViewController.m in Sources */,
CB8E99CF1B81CA0900CDD71A /* FMDatabasePool.m in Sources */,
CB8E99D11B81CA0900CDD71A /* FMResultSet.m in Sources */,
CB8E99B01B81C3B800CDD71A /* FMDBHelper.m in Sources */,
E50D17571CC7B5B2004585AB /* PLVIndicator.m in Sources */,
E5008F371CC09CEC006A42C6 /* RootViewViewController.m in Sources */,
CB8E998A1B80C4EA00CDD71A /* VideoListTableViewController.m in Sources */,
CB8E99DF1B82E0C800CDD71A /* SkinVideoViewController.m in Sources */,
CB8E99D01B81CA0900CDD71A /* FMDatabaseQueue.m in Sources */,
Expand Down Expand Up @@ -686,6 +709,7 @@
);
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = easefun.polyvSDK;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALIDATE_PRODUCT = YES;
Expand All @@ -712,6 +736,7 @@
);
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = easefun.polyvSDK;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
Expand Down
Empty file modified polyvSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata 100644 → 100755
Empty file.
Empty file.
20 changes: 10 additions & 10 deletions polyvSDK.xcodeproj/project.xcworkspace/xcshareddata/polyvSDK.xcscmblueprint 100644 → 100755
@@ -1,32 +1,32 @@
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "ff9aef60-289a-406f-8791-9885a61d13ac++8002",
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "8C454D2B8C85862EE618EF3AD39BD9715980B365",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
"ff9aef60-289a-406f-8791-9885a61d13ac++8002" : {
"8C454D2B8C85862EE618EF3AD39BD9715980B365" : {

}
},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"ff9aef60-289a-406f-8791-9885a61d13ac++8002" : 0,
"94D47BFC0A5D55B6DB62C277C34C32255685F032" : 0
"94D47BFC0A5D55B6DB62C277C34C32255685F032" : 0,
"8C454D2B8C85862EE618EF3AD39BD9715980B365" : 0
},
"DVTSourceControlWorkspaceBlueprintIdentifierKey" : "B82B1A53-31E2-4C51-A87B-72D5B5667AD6",
"DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
"ff9aef60-289a-406f-8791-9885a61d13ac++8002" : "polyv-ios-client-demo\/",
"94D47BFC0A5D55B6DB62C277C34C32255685F032" : "polyv-ios-client-demo\/polyvSDK\/libpolyvSDK\/"
"94D47BFC0A5D55B6DB62C277C34C32255685F032" : "polyv-ios-client-demo\/polyvSDK\/libpolyvSDK\/",
"8C454D2B8C85862EE618EF3AD39BD9715980B365" : "polyv-ios-client-demo\/"
},
"DVTSourceControlWorkspaceBlueprintNameKey" : "polyvSDK",
"DVTSourceControlWorkspaceBlueprintVersion" : 204,
"DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "polyvSDK.xcodeproj",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/easefun\/polyv-ios-sdk.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/easefun\/polyv-ios-client-demo.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "94D47BFC0A5D55B6DB62C277C34C32255685F032"
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "8C454D2B8C85862EE618EF3AD39BD9715980B365"
},
{
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/easefun\/polyv-ios-client-demo.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/easefun\/polyv-ios-sdk.git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "ff9aef60-289a-406f-8791-9885a61d13ac++8002"
"DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "94D47BFC0A5D55B6DB62C277C34C32255685F032"
}
]
}
Empty file modified polyvSDK/AppDelegate.h 100644 → 100755
Empty file.
61 changes: 29 additions & 32 deletions polyvSDK/AppDelegate.m 100644 → 100755
Expand Up @@ -80,35 +80,32 @@ - (void)applicationWillTerminate:(UIApplication *)application

@end


//默认Portrait避免自动旋转
@implementation UITabBarController (PolyvDemo)

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
if(toInterfaceOrientation == UIDeviceOrientationPortrait)
return YES;
return NO;
}
-(BOOL)shouldAutorotate{
return NO;
}



@end

@implementation UINavigationController (PolyvDemo)
-(BOOL)shouldAutorotate{
return NO;
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
if(toInterfaceOrientation == UIDeviceOrientationPortrait){
return YES;
}

return NO;
}



@end
//
////默认Portrait避免自动旋转
//@implementation UITabBarController (PolyvDemo)
//
//- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
// if(toInterfaceOrientation == UIDeviceOrientationPortrait)
// return YES;
// return NO;
//}
//-(BOOL)shouldAutorotate{
// return NO;
//}
//
//
//
//@end
//
//@implementation UINavigationController (PolyvDemo)
//-(BOOL)shouldAutorotate{
// return NO;
//}
//- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
// if(toInterfaceOrientation == UIDeviceOrientationPortrait){
// return YES;
// }
//
// return NO;
//}
//@end
Empty file modified polyvSDK/Assets/checkbox_checked.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/checkbox_checked@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/checkbox_unchecked.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/checkbox_unchecked@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified polyvSDK/Assets/pl-video-player-back@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified polyvSDK/Assets/pl-video-player-back@3x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added polyvSDK/Assets/pl-video-player-danmu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/pl-video-player-play@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/pl-video-player-play@3x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added polyvSDK/Assets/pl-video-player-snapshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/radio_checked.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/radio_checked@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/radio_unchecked.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified polyvSDK/Assets/radio_unchecked@2x.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions polyvSDK/Base.lproj/Main.storyboard 100644 → 100755
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="Ykz-V1-jlL">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="Ykz-V1-jlL">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
</dependencies>
<scenes>
<!--视频列表-->
Expand All @@ -18,7 +18,7 @@
<rect key="frame" x="0.0" y="92" width="320" height="101"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="p4m-ng-vQ0" id="Rr0-vf-4sE">
<rect key="frame" x="0.0" y="0.0" width="320" height="100.5"/>
<rect key="frame" x="0.0" y="0.0" width="320" height="100"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" tag="103" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="q5F-Lq-0Ya">
Expand Down Expand Up @@ -120,10 +120,11 @@
</objects>
<point key="canvasLocation" x="-778" y="-496"/>
</scene>
<!--Tab Bar Controller-->
<!--Root View View Controller-->
<scene sceneID="ctK-LQ-XsA">
<objects>
<tabBarController id="Ykz-V1-jlL" sceneMemberID="viewController">
<tabBarController id="Ykz-V1-jlL" customClass="RootViewViewController" sceneMemberID="viewController">
<simulatedOrientationMetrics key="simulatedOrientationMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" id="BaW-50-xnK">
<rect key="frame" x="0.0" y="0.0" width="320" height="49"/>
<autoresizingMask key="autoresizingMask"/>
Expand Down Expand Up @@ -267,7 +268,7 @@
<rect key="frame" x="0.0" y="22" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="TOK-qq-hR9" id="yW6-DG-kQL">
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
</tableViewCell>
Expand Down Expand Up @@ -296,7 +297,7 @@
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="cit-52-NKM" id="0qN-DZ-ccb">
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
</tableViewCell>
Expand Down
Empty file modified polyvSDK/DetailViewController.h 100644 → 100755
Empty file.

0 comments on commit 6abb3b7

Please sign in to comment.