Skip to content
forked from tnantoka/edhita

Fully open source text editor for iOS written in Swift.

License

Notifications You must be signed in to change notification settings

Oceanwings/edhita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edhita

Fully open source text editor for iOS written in Swift.
http://edhita.bornneet.com/

AppSecret.swift

Here is an example.

import UIKit

class AppSecret: NSObject {
    struct Ad {
        struct AdMob {
            static let unitId = "ca-app-pub-xxxxxxxxxxxxxxxx/nnnnnnnnnn"
        }
    }
}

Objective-C

Edhita 1.0 was written in Objective-C.
The source code is available on Objective-C branch.

Author

@tnantoka

About

Fully open source text editor for iOS written in Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 66.4%
  • CSS 30.6%
  • Ruby 2.0%
  • Objective-C 1.0%