Skip to content

Commit

Permalink
添加输入框样式调整例子
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Oct 9, 2014
1 parent 47cd3f0 commit 0f51c7e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ - (void)viewWillDisappear:(BOOL)animated {
[[XHAudioPlayerHelper shareInstance] stopAudio];
}

- (id)init {
self = [super init];
if (self) {
// 配置输入框UI的样式
// self.allowsSendVoice = NO;
// self.allowsSendFace = NO;
// self.allowsSendMultiMedia = NO;
}
return self;
}

- (void)viewDidLoad
{
[super viewDidLoad];
Expand Down

0 comments on commit 0f51c7e

Please sign in to comment.