Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderTan authored and EnderTan committed Mar 17, 2017
1 parent 9f87b00 commit 06bec81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
TargetAttributes = {
373664ED1E6E9BE000239537 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = 46A8679957;
DevelopmentTeam = NAC5X5LCW4;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -278,7 +278,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 46A8679957;
DEVELOPMENT_TEAM = NAC5X5LCW4;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ETNavBarTransparentDemo",
Expand All @@ -296,7 +296,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 46A8679957;
DEVELOPMENT_TEAM = NAC5X5LCW4;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ETNavBarTransparentDemo",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
<rect key="frame" x="0.0" y="0.0" width="342" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
<connections>
<segue destination="n9U-tc-dtG" kind="push" id="8hB-B9-nLd"/>
</connections>
</tableViewCell>
</prototypes>
</tableView>
Expand Down Expand Up @@ -166,4 +169,7 @@
<point key="canvasLocation" x="-242.40000000000001" y="-560.86956521739137"/>
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="1iW-PF-UDj"/>
</inferredMetricsTieBreakers>
</document>
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ extension ProfileViewController: UITableViewDelegate {

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
let conroller = MainViewController()
conroller.view.backgroundColor = .white

navigationController?.pushViewController(conroller, animated: true)
}


Expand Down

0 comments on commit 06bec81

Please sign in to comment.