I hereby claim:
- I am onurgenes on github.
- I am onurgenes (https://keybase.io/onurgenes) on keybase.
- I have a public key ASBOGVGnEgPFUQxjXetbck7rGh8Sn6LALeMjjsml8J3Fhgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // | |
| // LocationManager.swift | |
| // NotesOnEarth | |
| // | |
| // Created by Onur Geneş on 11.02.2020. | |
| // Copyright © 2020 Onur Geneş. All rights reserved. | |
| // | |
| import UIKit | |
| import CoreLocation |
| disabled_rules: # rule identifiers to exclude from running | |
| - trailing_whitespace | |
| # opt_in_rules: # some rules are only opt-in | |
| # - empty_count | |
| # # Find all the available rules by running: | |
| # # swiftlint rules | |
| # included: # paths to include during linting. `--path` is ignored if present. | |
| # - Source | |
| excluded: # paths to ignore during linting. Takes precedence over `included`. | |
| - Carthage |
| if which swiftlint >/dev/null; then | |
| swiftlint | |
| else | |
| echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint" | |
| fi |
| // | |
| // ViewController.swift | |
| // steviademo | |
| // | |
| // Created by Onur Geneş on 17.07.2018. | |
| // Copyright © 2018 Onur Geneş. All rights reserved. | |
| // | |
| import UIKit | |
| import Stevia |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // SecondViewController.swift | |
| // learnherotransitions | |
| // | |
| // Created by Onur Geneş on 29.06.2018. | |
| // Copyright © 2018 Onur Geneş. All rights reserved. | |
| // | |
| import UIKit | |
| import Stevia |
| lazy var greenView: UIView = { | |
| let v = UIView() | |
| v.backgroundColor = .green | |
| return v | |
| }() |
| // | |
| // ViewController.swift | |
| // learnherotransitions | |
| // | |
| // Created by Onur Geneş on 29.06.2018. | |
| // Copyright © 2018 Onur Geneş. All rights reserved. | |
| // | |
| import UIKit | |
| import Stevia |