Merge branch 'bugfix/textview' into 'develop'
move project location, fix textview capitalization See merge request BPHV_MIPS/jsoncreator_ios!3
This commit is contained in:
commit
61ca0d7f69
4
JSONCreator.xcworkspace/contents.xcworkspacedata
generated
4
JSONCreator.xcworkspace/contents.xcworkspacedata
generated
@ -2,10 +2,10 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:mvm_core_ui/MVMCoreUI.xcodeproj">
|
||||
location = "group:mvm_core/MVMCore/MVMCore.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:mvm_core/MVMCore/MVMCore.xcodeproj">
|
||||
location = "group:mvm_core_ui/MVMCoreUI.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:JSONCreator_iOS/JSONCreator.xcodeproj">
|
||||
|
||||
@ -20,7 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
|
||||
|
||||
func application(_ application: UIApplication, willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
|
||||
// Setup our core object with the default implementation
|
||||
MVMCoreUIObject.sharedInstance()?.defaultInitialSetup()
|
||||
CoreUIObject.sharedInstance()?.defaultInitialSetup()
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
@ -34,6 +34,7 @@ class DetailViewController: UIViewController {
|
||||
textView.smartDashesType = .no
|
||||
textView.smartQuotesType = .no
|
||||
textView.smartInsertDeleteType = .no
|
||||
textView.autocapitalizationType = .none
|
||||
|
||||
let shareButton = UIBarButtonItem(barButtonSystemItem: .action, target: self, action: #selector(shareButtonPressed))
|
||||
let buildButton = UIBarButtonItem(barButtonSystemItem: .play, target: self, action: #selector(play))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user