Commit cff85fea3dac397d0e40d0bcbb23c122f508d844

Authored by liushiyu
1 parent 4e029548

0.2.0

CNLiveCommuntyModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCommuntyModule' 10 s.name = 'CNLiveCommuntyModule'
11 - s.version = '0.1.9' 11 + s.version = '0.2.0'
12 s.summary = 'A short description of CNLiveCommuntyModule.' 12 s.summary = 'A short description of CNLiveCommuntyModule.'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveCommuntyModule/Classes/ViewController/CNLiveCommuntInformViewController.m
@@ -545,7 +545,7 @@ @@ -545,7 +545,7 @@
545 // imagePickerVc.maxVideoDuration = 0;//编辑视频最大长度 545 // imagePickerVc.maxVideoDuration = 0;//编辑视频最大长度
546 // 3. Set allow picking video & photo & originalPhoto or not 546 // 3. Set allow picking video & photo & originalPhoto or not
547 // 3. 设置是否可以选择视频/图片/原图 547 // 3. 设置是否可以选择视频/图片/原图
548 - imagePickerVc.allowPickingMultipleVideo = NO; 548 + imagePickerVc.allowPickingVideo = NO;
549 /// 5. Single selection mode, valid when maxImagesCount = 1 549 /// 5. Single selection mode, valid when maxImagesCount = 1
550 /// 5. 单选模式,maxImagesCount为1时才生效 550 /// 5. 单选模式,maxImagesCount为1时才生效
551 // 设置竖屏下的裁剪尺寸 551 // 设置竖屏下的裁剪尺寸
Example/CNLiveCommuntyModule.xcodeproj/xcshareddata/xcschemes/CNLiveCommuntyModule-Example.xcscheme
@@ -27,6 +27,15 @@ @@ -27,6 +27,15 @@
27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29 shouldUseLaunchSchemeArgsEnv = "YES"> 29 shouldUseLaunchSchemeArgsEnv = "YES">
  30 + <MacroExpansion>
  31 + <BuildableReference
  32 + BuildableIdentifier = "primary"
  33 + BlueprintIdentifier = "6003F589195388D20070C39A"
  34 + BuildableName = "CNLiveCommuntyModule_Example.app"
  35 + BlueprintName = "CNLiveCommuntyModule_Example"
  36 + ReferencedContainer = "container:CNLiveCommuntyModule.xcodeproj">
  37 + </BuildableReference>
  38 + </MacroExpansion>
30 <Testables> 39 <Testables>
31 <TestableReference 40 <TestableReference
32 skipped = "NO"> 41 skipped = "NO">
@@ -39,17 +48,6 @@ @@ -39,17 +48,6 @@
39 </BuildableReference> 48 </BuildableReference>
40 </TestableReference> 49 </TestableReference>
41 </Testables> 50 </Testables>
42 - <MacroExpansion>  
43 - <BuildableReference  
44 - BuildableIdentifier = "primary"  
45 - BlueprintIdentifier = "6003F589195388D20070C39A"  
46 - BuildableName = "CNLiveCommuntyModule_Example.app"  
47 - BlueprintName = "CNLiveCommuntyModule_Example"  
48 - ReferencedContainer = "container:CNLiveCommuntyModule.xcodeproj">  
49 - </BuildableReference>  
50 - </MacroExpansion>  
51 - <AdditionalOptions>  
52 - </AdditionalOptions>  
53 </TestAction> 51 </TestAction>
54 <LaunchAction 52 <LaunchAction
55 buildConfiguration = "Debug" 53 buildConfiguration = "Debug"
@@ -71,8 +69,6 @@ @@ -71,8 +69,6 @@
71 ReferencedContainer = "container:CNLiveCommuntyModule.xcodeproj"> 69 ReferencedContainer = "container:CNLiveCommuntyModule.xcodeproj">
72 </BuildableReference> 70 </BuildableReference>
73 </BuildableProductRunnable> 71 </BuildableProductRunnable>
74 - <AdditionalOptions>  
75 - </AdditionalOptions>  
76 </LaunchAction> 72 </LaunchAction>
77 <ProfileAction 73 <ProfileAction
78 buildConfiguration = "Release" 74 buildConfiguration = "Release"
Example/CNLiveCommuntyModule/CNLIVEAppDelegate.m
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 20 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
21 { 21 {
22 // Override point for customization after application launch. 22 // Override point for customization after application launch.
23 - 23 + [IQKeyboardManager sharedManager].enableDebugging = YES;
24 [IQKeyboardManager sharedManager].enable = YES; 24 [IQKeyboardManager sharedManager].enable = YES;
25 [IQKeyboardManager sharedManager].enableAutoToolbar = YES; 25 [IQKeyboardManager sharedManager].enableAutoToolbar = YES;
26 26