Skip to content
Snippets Groups Projects
Commit ef809a14 authored by cruxfilm's avatar cruxfilm
Browse files

Updated parameter name in ProxyContact, added file attribution.

parent 5add6cd2
Branches
No related tags found
1 merge request!74Integration of new ComposeView
......@@ -37,9 +37,9 @@ struct SimulatorData_Previews: PreviewProvider {
struct ProxyData {
// Different Contacts
static let Alice = ProxyContact(name: "Alice", email: "alice@example.com", myImage: ProxyContact.makeImg("Alice", color: .blue))
static let Bob = ProxyContact(name: "Bob", email: "Bob.lord.of.kingsbridge.and.king.of.england@huge.subdomain.with. a.long.long.long.domain.example.com", myImage: ProxyContact.makeImg("Bob", color: .red))
static let Charlie = ProxyContact(name: "Charlie", email: "charlie@example.com", myImage: ProxyContact.makeImg("Charlie", color: .green))
static let Alice = ProxyContact(name: "Alice", email: "alice@example.com", avatar: ProxyContact.makeImg("Alice", color: .blue))
static let Bob = ProxyContact(name: "Bob", email: "Bob.lord.of.kingsbridge.and.king.of.england@huge.subdomain.with. a.long.long.long.domain.example.com", avatar: ProxyContact.makeImg("Bob", color: .red))
static let Charlie = ProxyContact(name: "Charlie", email: "charlie@example.com", avatar: ProxyContact.makeImg("Charlie", color: .green))
static let Landmarks = [
Landmark(name: "Berlin", domain: "exampledomain.de", location: .init(latitude: 52.520008, longitude: 13.404954)),
Landmark(name: "New York", domain: "secondexampledomain.de", location: .init(latitude: 40.730610, longitude: -73.935242)),
......@@ -101,7 +101,7 @@ struct ProxyContact: DisplayContact {
var email: String
var myImage: Image
var avatar: Image
var isInContactBook: Bool = false
......
......@@ -2,7 +2,7 @@
// RecipientListView.swift
// letterbox_prototyping
//
// Created by Chris Offner on 11.03.21.
// Created by Chris Offner & Claire Bräuer on 11.03.21.
//
import SwiftUI
......
......@@ -2,7 +2,7 @@
// recipientRowView.swift
// letterbox_prototyping
//
// Created by Chris Offner on 11.03.21.
// Created by Chris Offner & Claire Bräuer on 11.03.21.
//
import SwiftUI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment