Commit a9b5243dd69259ec698c7c4fbaba1da19983bcce
1 parent
20f33773
Exists in
newLive
no message
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
YouerLiveVideo/YouerLiveVideo/controllers/User/HistoryViewController.swift
... | ... | @@ -48,6 +48,16 @@ class HistoryViewController: UIViewController { |
48 | 48 | // Dispose of any resources that can be recreated. |
49 | 49 | } |
50 | 50 | |
51 | + override func viewWillAppear(_ animated: Bool) { | |
52 | + super.viewWillAppear(animated) | |
53 | + self.tabBarController?.tabBar.isHidden = true | |
54 | + } | |
55 | + | |
56 | + override func viewWillDisappear(_ animated: Bool) { | |
57 | + super.viewWillDisappear(animated) | |
58 | + self.tabBarController?.hidesBottomBarWhenPushed = false | |
59 | + } | |
60 | + | |
51 | 61 | |
52 | 62 | /* |
53 | 63 | // MARK: - Navigation | ... | ... |
YouerLiveVideo/YouerLiveVideo/controllers/User/User.storyboard
... | ... | @@ -96,7 +96,7 @@ |
96 | 96 | <outlet property="titleName" destination="wur-aa-kt0" id="33B-f4-9wH"/> |
97 | 97 | </connections> |
98 | 98 | </tableViewCell> |
99 | - <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="UserPhotoCell" rowHeight="140" id="ST2-cP-6pc" customClass="UserPhotoCell" customModule="YouerLiveVideo" customModuleProvider="target"> | |
99 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="UserPhotoCell" rowHeight="140" id="ST2-cP-6pc" customClass="UserPhotoCell" customModule="YouerLiveVideo" customModuleProvider="target"> | |
100 | 100 | <rect key="frame" x="0.0" y="93" width="375" height="140"/> |
101 | 101 | <autoresizingMask key="autoresizingMask"/> |
102 | 102 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ST2-cP-6pc" id="Sbp-Hc-H1F"> | ... | ... |