Skip to content

Commit df31517

Browse files
authored
Merge pull request #145 from QuickBlox/development
Development
2 parents ab5638a + 4eb4e11 commit df31517

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

PublicCocoaPods/QMChatViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Pod::Spec.new do |s|
1212

1313
s.name = "QMChatViewController"
14-
s.version = "0.6.2"
14+
s.version = "0.6.3"
1515
s.summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend."
1616

1717
s.description = <<-DESC

QMChatViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "QMChatViewController"
12-
s.version = "0.6.2"
12+
s.version = "0.6.3"
1313
s.summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend."
1414

1515
s.description = <<-DESC

QMChatViewController/QMChatViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ - (void)viewDidLoad {
8585
//Customize your toolbar buttons
8686
self.inputToolbar.contentView.leftBarButtonItem = [self accessoryButtonItem];
8787
self.inputToolbar.contentView.rightBarButtonItem = [self sendButtonItem];
88-
self.inputToolbar.audioRecordingEnabled = YES;
8988

9089
__weak __typeof(self) weakSelf = self;
9190
self.systemInputToolbar = [[QMKVOView alloc] init];

0 commit comments

Comments
 (0)