Predefined cell accessories for UICollectionViewListCell.
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
// | |
// CGEventSupervisor.swift | |
// Mouseless Messenger Pro | |
// | |
// Created by Stephan Casas on 4/24/23. | |
// | |
import Cocoa; | |
class CGEventSupervisor { |
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
// | |
// ScrollIntoSheet.swift | |
// (c) Théo Arrouye 2024 | |
// | |
// | |
import SwiftUI | |
struct ScrollIntoSheetView: View { | |
let backgroundColor: Color = .black |
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
// Append this to your .vimrc | |
au BufNewFile,BufRead Podfile set filetype=ruby |