Commit ba6779407ad4373fda1e11878840fb18965d7962
1 parent
b1395ab3
no message
Showing
2 changed files
with
2 additions
and
4 deletions
CNLiveXMPPManagerDemo/CNLiveXMPPManagerDemo/Base.lproj/Main.storyboard
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 10 | </dependencies> | 10 | </dependencies> |
| 11 | <scenes> | 11 | <scenes> |
| 12 | - <!--View Controller--> | 12 | + <!--互动云 聊天室SDK Demo--> |
| 13 | <scene sceneID="tne-QT-ifu"> | 13 | <scene sceneID="tne-QT-ifu"> |
| 14 | <objects> | 14 | <objects> |
| 15 | <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> | 15 | <viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController"> |
| @@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
| 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 23 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | 23 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 24 | </view> | 24 | </view> |
| 25 | - <navigationItem key="navigationItem" id="BWk-fb-LQT"/> | 25 | + <navigationItem key="navigationItem" title="互动云 聊天室SDK Demo" id="BWk-fb-LQT"/> |
| 26 | </viewController> | 26 | </viewController> |
| 27 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> | 27 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
| 28 | </objects> | 28 | </objects> |
CNLiveXMPPManagerDemo/CNLiveXMPPManagerDemo/ViewController.m
| @@ -39,8 +39,6 @@ | @@ -39,8 +39,6 @@ | ||
| 39 | - (void)viewDidLoad { | 39 | - (void)viewDidLoad { |
| 40 | [super viewDidLoad]; | 40 | [super viewDidLoad]; |
| 41 | 41 | ||
| 42 | - self.title = @"互动云 聊天室SDK Demo"; | ||
| 43 | - | ||
| 44 | // Do any additional setup after loading the view, typically from a nib. | 42 | // Do any additional setup after loading the view, typically from a nib. |
| 45 | [self.view addSubview:self.button]; | 43 | [self.view addSubview:self.button]; |
| 46 | [self.view addSubview:self.leaveRoomBtn]; | 44 | [self.view addSubview:self.leaveRoomBtn]; |