diff --git a/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.pbxproj b/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.pbxproj
index 5b58be5..f41f87f 100644
--- a/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.pbxproj
+++ b/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.pbxproj
@@ -111,7 +111,7 @@
TargetAttributes = {
373664ED1E6E9BE000239537 = {
CreatedOnToolsVersion = 8.2.1;
- DevelopmentTeam = 46A8679957;
+ DevelopmentTeam = NAC5X5LCW4;
ProvisioningStyle = Automatic;
};
};
@@ -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",
@@ -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",
diff --git a/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.xcworkspace/xcuserdata/bing.xcuserdatad/UserInterfaceState.xcuserstate b/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.xcworkspace/xcuserdata/bing.xcuserdatad/UserInterfaceState.xcuserstate
index 1a5ee5d..7c84f8d 100644
Binary files a/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.xcworkspace/xcuserdata/bing.xcuserdatad/UserInterfaceState.xcuserstate and b/ETNavBarTransparentDemo/ETNavBarTransparentDemo.xcodeproj/project.xcworkspace/xcuserdata/bing.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ETNavBarTransparentDemo/ETNavBarTransparentDemo/Base.lproj/Main.storyboard b/ETNavBarTransparentDemo/ETNavBarTransparentDemo/Base.lproj/Main.storyboard
index 3c52478..ddcc7dc 100644
--- a/ETNavBarTransparentDemo/ETNavBarTransparentDemo/Base.lproj/Main.storyboard
+++ b/ETNavBarTransparentDemo/ETNavBarTransparentDemo/Base.lproj/Main.storyboard
@@ -125,6 +125,9 @@
+
+
+
@@ -166,4 +169,7 @@
+
+
+
diff --git a/ETNavBarTransparentDemo/ETNavBarTransparentDemo/ProfileViewController.swift b/ETNavBarTransparentDemo/ETNavBarTransparentDemo/ProfileViewController.swift
index 1931252..c8a4ab2 100644
--- a/ETNavBarTransparentDemo/ETNavBarTransparentDemo/ProfileViewController.swift
+++ b/ETNavBarTransparentDemo/ETNavBarTransparentDemo/ProfileViewController.swift
@@ -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)
}