mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Add PreviewManger with Core Data cache and a URLPreviewView with a view model.
Changes to RoomDataSource still to come.
This commit is contained in:
@@ -20,6 +20,12 @@ import Foundation
|
||||
@objcMembers
|
||||
final class RoomBubbleCellLayout: NSObject {
|
||||
|
||||
// URL Previews
|
||||
|
||||
static let urlPreviewViewTopMargin: CGFloat = 8.0
|
||||
static let urlPreviewViewHeight: CGFloat = 247.0
|
||||
static let urlPreviewViewWidth: CGFloat = 267.0
|
||||
|
||||
// Reactions
|
||||
|
||||
static let reactionsViewTopMargin: CGFloat = 1.0
|
||||
|
||||
Reference in New Issue
Block a user