You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Hi! I'm very thank you for this powerful graph source!
But I found some wondering work. - (void)layoutTouchReport method in BEMSimpleLineGraphView.m file is called on every changing orientation.
Following first screenshot is captured at luanching app.
Following second screenshot is captured after changing device orietation 6 times.
I think - (void)layoutTouchReport must be called at only one time. And if -(void)layoutSubviews method will be called, resize all view when created in - (void)layoutTouchReport.
I'm sorry for low level english.
But I'm thanks again about sexy labrary!
The text was updated successfully, but these errors were encountered:
canapio
added a commit
to canapio/BEMSimpleLineGraph
that referenced
this issue
Jan 13, 2016
Hi! I'm very thank you for this powerful graph source!
But I found some wondering work.
- (void)layoutTouchReport
method in BEMSimpleLineGraphView.m file is called on every changing orientation.Following first screenshot is captured at luanching app.
Following second screenshot is captured after changing device orietation 6 times.
I think
- (void)layoutTouchReport
must be called at only one time. And if-(void)layoutSubviews
method will be called, resize all view when created in- (void)layoutTouchReport
.I'm sorry for low level english.
But I'm thanks again about sexy labrary!
The text was updated successfully, but these errors were encountered: