- To download a webmap's data in JSON format:
http://www.arcgis.com/sharing/content/items/YourWebMapID?f=pjson
http://www.arcgis.com/sharing/content/items/YourWebMapID?f=pjson
po NSHomeDirectory()
| // SwiftUI Text Initializer replacing occurences of a given word with a colored version. | |
| // Made by Manuel Gomez (@codingManu) on 2019/06/19 | |
| extension Text { | |
| public init<S>(_ content: S, making: S, _ color: Color) where S : StringProtocol { | |
| let comps = content.components(separatedBy: making) | |
| var baseText = Text("") | |
| if comps[0] != making { |