SpreadsheetView icon indicating copy to clipboard operation
SpreadsheetView copied to clipboard

add timeline on custom created calendar

Open gnchishti opened this issue 3 years ago • 2 comments

Hi,

I am using objective c version of SpreadsheetView i.e. SpreadsheetView-ObjC.

I need to add timeline on my custom created calendar using SpreadsheetView. I am displaying 24 hours timeline and 24 scrollable lines. I need to add a red time line to current time as shown in following image (showing Time 15:06) Timeline Image. Problem is where to add this red line... I tried following properties to add as child but was not successful.

@property (nonatomic, readonly) UIScrollView *scrollView;

@property (nonatomic, strong) LayoutProperties *layoutProperties; @property (nonatomic, strong) UIScrollView *rootView; @property (nonatomic, strong) UIScrollView *overlayView;

@property (nonatomic, strong) ScrollView *columnHeaderView; @property (nonatomic, strong) ScrollView *rowHeaderView; @property (nonatomic, strong) ScrollView *cornerView; @property (nonatomic, strong) ScrollView *tableView;

please guide me if there is a some other way to achieve this.

gnchishti avatar Nov 01 '21 14:11 gnchishti

Anyone?

gnchishti avatar Nov 04 '21 12:11 gnchishti

I'd recommend you use the newest version available and wrap it with Swift Calls. This was also recommended in one of the other issues. Here's a link to applying Swift into Obj-C by using Bridging Header. Link

FadyFaheem avatar Jan 23 '23 11:01 FadyFaheem