This file contains 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
Good morning everybody. | |
I hope you are ready to start. | |
We still still new participants entering into the room but I think we can start. | |
So welcome to everybody to our first DMA compliance workshop after compliance day. | |
So today's edition is with Apple and thanks a lot to Apple for coming here today to explain and discuss our DMA compliance solutions. |
This file contains 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
// | |
// V3DViewContainer.swift | |
// Vision3DUIKit | |
// | |
// Created by Steven Troughton-Smith on 02/02/2024. | |
// | |
import UIKit | |
import SwiftUI |
This file contains 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
// | |
// VisionViewPlaygroundApp.swift | |
// VisionViewPlayground | |
// | |
// Created by Steven Troughton-Smith on 21/09/2023. | |
// | |
import SwiftUI | |
@main |
This file contains 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
// | |
// VTBMainViewController.swift | |
// VisionToolbar | |
// | |
// Created by Steven Troughton-Smith on 21/07/2023. | |
// | |
// | |
import UIKit | |
import SwiftUI |
This file contains 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
// | |
// RCGRightClickGestureRecognizer.swift | |
// RightClickGestureRecognizer | |
// | |
// Created by Steven Troughton-Smith on 27/07/2022. | |
// | |
import UIKit | |
class RCGRightClickInteraction: UIContextMenuInteraction { |
This file contains 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
// | |
// MRDSwizzleController.swift | |
// MobileRadio | |
// | |
// Created by Steven Troughton-Smith on 22/12/2021. | |
// Copyright © 2021 High Caffeine Content. All rights reserved. | |
// | |
import UIKit |
This file contains 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
// | |
// main.m | |
// tbdswizzler | |
// | |
// Created by Steven Troughton-Smith on 10/12/2016. | |
// Copyright © 2016 High Caffeine Content. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |
This file contains 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
{ | |
"Autumn Approaches" => { | |
"colors" => [ | |
0 => "#220204" | |
1 => "#9f311b" | |
2 => "#e17817" | |
3 => "#6a1d18" | |
4 => "#d64019" | |
] | |
} |
This file contains 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
// | |
// PSTLDraggableColorSwatchView.h | |
// Pastel | |
// | |
// Created by Steven Troughton-Smith on 06/03/2020. | |
// Copyright © 2020 Steven Troughton-Smith. All rights reserved. | |
// | |
@import UIKit; |
NewerOlder