Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
ShorthandMaster
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ShorthandMaster
Commits
2bf0510d
Commit
2bf0510d
authored
Sep 25, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入口
parent
3bb3f3b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
project.pbxproj
ShorthandMaster.xcodeproj/project.pbxproj
+6
-6
SHRecordDetailsVC.swift
ShorthandMaster/Record/SHRecordDetailsVC.swift
+2
-1
No files found.
ShorthandMaster.xcodeproj/project.pbxproj
View file @
2bf0510d
...
@@ -1326,8 +1326,8 @@
...
@@ -1326,8 +1326,8 @@
buildSettings
=
{
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_ENTITLEMENTS
=
"ShorthandMaster/速记大师.entitlements"
;
CODE_SIGN_ENTITLEMENTS
=
"ShorthandMaster/速记大师.entitlements"
;
CODE_SIGN_IDENTITY
=
"
iPhone Developer
"
;
CODE_SIGN_IDENTITY
=
"
Apple Development
"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
2
;
DEFINES_MODULE
=
YES
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
8F4PP38DC3
;
DEVELOPMENT_TEAM
=
8F4PP38DC3
;
...
@@ -1346,7 +1346,7 @@
...
@@ -1346,7 +1346,7 @@
MARKETING_VERSION
=
1.0.0
;
MARKETING_VERSION
=
1.0.0
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.ShorthandMaster.www
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.ShorthandMaster.www
;
PRODUCT_NAME
=
"速记大师"
;
PRODUCT_NAME
=
"速记大师"
;
PROVISIONING_PROFILE_SPECIFIER
=
ShorthandMasterDevProfile
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_OBJC_BRIDGING_HEADER
=
"$(SRCROOT)/ShorthandMaster/ShorthandMaster-Bridging-Header.h"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"$(SRCROOT)/ShorthandMaster/ShorthandMaster-Bridging-Header.h"
;
SWIFT_OBJC_INTERFACE_HEADER_NAME
=
"ShorthandMaster-Swift.h"
;
SWIFT_OBJC_INTERFACE_HEADER_NAME
=
"ShorthandMaster-Swift.h"
;
SWIFT_VERSION
=
5.0
;
SWIFT_VERSION
=
5.0
;
...
@@ -1360,8 +1360,8 @@
...
@@ -1360,8 +1360,8 @@
buildSettings
=
{
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_ENTITLEMENTS
=
"ShorthandMaster/速记大师.entitlements"
;
CODE_SIGN_ENTITLEMENTS
=
"ShorthandMaster/速记大师.entitlements"
;
CODE_SIGN_IDENTITY
=
"
iPhone Developer
"
;
CODE_SIGN_IDENTITY
=
"
Apple Development
"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
;
CURRENT_PROJECT_VERSION
=
2
;
DEFINES_MODULE
=
YES
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
8F4PP38DC3
;
DEVELOPMENT_TEAM
=
8F4PP38DC3
;
...
@@ -1380,7 +1380,7 @@
...
@@ -1380,7 +1380,7 @@
MARKETING_VERSION
=
1.0.0
;
MARKETING_VERSION
=
1.0.0
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.ShorthandMaster.www
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.ShorthandMaster.www
;
PRODUCT_NAME
=
"速记大师"
;
PRODUCT_NAME
=
"速记大师"
;
PROVISIONING_PROFILE_SPECIFIER
=
ShorthandMasterDevProfile
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_OBJC_BRIDGING_HEADER
=
"$(SRCROOT)/ShorthandMaster/ShorthandMaster-Bridging-Header.h"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"$(SRCROOT)/ShorthandMaster/ShorthandMaster-Bridging-Header.h"
;
SWIFT_OBJC_INTERFACE_HEADER_NAME
=
"ShorthandMaster-Swift.h"
;
SWIFT_OBJC_INTERFACE_HEADER_NAME
=
"ShorthandMaster-Swift.h"
;
SWIFT_VERSION
=
5.0
;
SWIFT_VERSION
=
5.0
;
...
...
ShorthandMaster/Record/SHRecordDetailsVC.swift
View file @
2bf0510d
...
@@ -331,6 +331,8 @@ extension SHRecordDetailsVC {
...
@@ -331,6 +331,8 @@ extension SHRecordDetailsVC {
bottomView
?
.
cancel
=
true
bottomView
?
.
cancel
=
true
switch
sender
.
tag
{
switch
sender
.
tag
{
case
200
:
case
200
:
let
input
=
SHInputController
.
init
()
self
.
navigationController
?
.
pushViewController
(
input
,
animated
:
true
)
break
break
default
:
default
:
let
record
=
UIStoryboard
.
init
(
name
:
"Record"
,
bundle
:
nil
)
.
instantiateViewController
(
withIdentifier
:
"SHRecordViewController"
)
as!
SHRecordViewController
let
record
=
UIStoryboard
.
init
(
name
:
"Record"
,
bundle
:
nil
)
.
instantiateViewController
(
withIdentifier
:
"SHRecordViewController"
)
as!
SHRecordViewController
...
@@ -340,7 +342,6 @@ extension SHRecordDetailsVC {
...
@@ -340,7 +342,6 @@ extension SHRecordDetailsVC {
record
.
saveSuccessCallBack
=
{
model
in
record
.
saveSuccessCallBack
=
{
model
in
self
.
currentModel
=
model
self
.
currentModel
=
model
self
.
updateocloudUI
()
self
.
updateocloudUI
()
// self.tableView?.reloadData()
}
}
break
break
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment