mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Room member details: Add devices sections
- the device cell height is now adjustable
This commit is contained in:
@@ -56,10 +56,12 @@
|
||||
- (void)render:(MXDeviceInfo *)deviceInfo;
|
||||
|
||||
/**
|
||||
Get the cell height.
|
||||
Get the cell height for a given device information.
|
||||
|
||||
@param deviceInfo the device information.
|
||||
@param width the extimated cell width.
|
||||
@return the cell height.
|
||||
*/
|
||||
+ (CGFloat)cellHeight;
|
||||
+ (CGFloat)cellHeightWithDeviceInfo:(MXDeviceInfo*)deviceInfo andCellWidth:(CGFloat)width;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user