Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add timeline on custom created calendar #281

Open
gnchishti opened this issue Nov 1, 2021 · 2 comments
Open

add timeline on custom created calendar #281

gnchishti opened this issue Nov 1, 2021 · 2 comments

Comments

@gnchishti
Copy link

gnchishti commented Nov 1, 2021

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
Copy link
Author

Anyone?

@FadyFaheem
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants