mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
PresenceIndicatorView Swift implementation
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
#import "MatrixKit.h"
|
||||
|
||||
#import "RoomPreviewData.h"
|
||||
#import "PresenceIndicatorView.h"
|
||||
|
||||
// We add here a protocol to handle tap gesture in title view.
|
||||
@class RoomTitleView;
|
||||
@class PresenceIndicatorView;
|
||||
@protocol RoomTitleViewTapGestureDelegate <NSObject>
|
||||
|
||||
/**
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<constraint firstAttribute="width" secondItem="Ky3-cy-HAx" secondAttribute="height" multiplier="1:1" id="peq-8l-eJv"/>
|
||||
</constraints>
|
||||
</imageView>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="grc-2K-fj1" customClass="PresenceIndicatorView">
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="grc-2K-fj1" customClass="PresenceIndicatorView" customModule="Riot" customModuleProvider="target">
|
||||
<rect key="frame" x="29" y="26" width="12" height="12"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<constraints>
|
||||
|
||||
Reference in New Issue
Block a user