set back button
This commit is contained in:
parent
c08d73523c
commit
cca1bf83e0
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scenes>
|
<scenes>
|
||||||
<!--All-->
|
<!--Password Store-->
|
||||||
<scene sceneID="2hn-YS-T8K">
|
<scene sceneID="2hn-YS-T8K">
|
||||||
<objects>
|
<objects>
|
||||||
<tableViewController id="vGH-8E-Zez" customClass="PasswordsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
|
<tableViewController id="vGH-8E-Zez" customClass="PasswordsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
|
||||||
|
|
@ -46,7 +46,8 @@
|
||||||
<outlet property="delegate" destination="vGH-8E-Zez" id="EG1-wX-VRt"/>
|
<outlet property="delegate" destination="vGH-8E-Zez" id="EG1-wX-VRt"/>
|
||||||
</connections>
|
</connections>
|
||||||
</tableView>
|
</tableView>
|
||||||
<navigationItem key="navigationItem" title="All" id="2I8-8c-JEA">
|
<navigationItem key="navigationItem" title="Password Store" id="2I8-8c-JEA">
|
||||||
|
<barButtonItem key="backBarButtonItem" title="Back" id="OCO-gr-goM"/>
|
||||||
<barButtonItem key="rightBarButtonItem" systemItem="refresh" id="JLS-BH-aaR">
|
<barButtonItem key="rightBarButtonItem" systemItem="refresh" id="JLS-BH-aaR">
|
||||||
<connections>
|
<connections>
|
||||||
<action selector="refreshPasswords:" destination="vGH-8E-Zez" id="nZd-1L-MFr"/>
|
<action selector="refreshPasswords:" destination="vGH-8E-Zez" id="nZd-1L-MFr"/>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ class PasswordDetailViewController: UIViewController {
|
||||||
|
|
||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
||||||
let encryptedDataURL = URL(fileURLWithPath: "\(Globals.shared.documentPath)/\(passwordEntity!.rawPath!)")
|
let encryptedDataURL = URL(fileURLWithPath: "\(Globals.shared.documentPath)/\(passwordEntity!.rawPath!)")
|
||||||
let fm = FileManager.default
|
let fm = FileManager.default
|
||||||
if fm.fileExists(atPath: encryptedDataURL.path){
|
if fm.fileExists(atPath: encryptedDataURL.path){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue