This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uncomment the next line to define a global platform for your project | |
platform :ios, '12.0' | |
# Comment the next line if you don't want to use dynamic frameworks | |
use_frameworks! | |
abstract_target 'All' do | |
# Pods for All | |
pod 'SwiftGen' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// XibView-IBDesignable.swift | |
// | |
// Created by MiharuNaruse on 2020/06/14. | |
// Copyright © 2020 m_rn. All rights reserved. | |
// | |
/** | |
https://medium.com/zenchef-tech-and-product/how-to-visualize-reusable-xibs-in-storyboards-using-ibdesignable-c0488c7f525d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// XibView.swift | |
// | |
// Created by MiharuNaruse on 2020/06/14. | |
// Copyright © 2020 m_rn. All rights reserved. | |
// | |
// https://medium.com/better-programming/swift-3-creating-a-custom-view-from-a-xib-ecdfe5b3a960 | |
// | |
import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// GeocoderService.swift | |
// myGeocoding | |
// | |
// Created by Miharu Naruse on 2020/05/20. | |
// Copyright © 2020 Miharu Naruse. All rights reserved. | |
// | |
// https://developer.apple.com/documentation/corelocation/converting_between_coordinates_and_user-friendly_place_names | |
// https://developer.apple.com/documentation/corelocation/clplacemark | |
// https://developer.apple.com/documentation/corelocation/clgeocoder |
NewerOlder