This switches to using the more modern collection view diffable data source API. Also I moved the action cells into their own section so we don't need to do arithmetic to determine whether or not a cell is an action cell or a device cell.
10 lines
165 B
Swift
10 lines
165 B
Swift
//
|
|
// ServerProtocol.swift
|
|
// XIONControlPanel
|
|
//
|
|
// Created by James Magahern on 3/13/20.
|
|
// Copyright © 2020 XION. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|