Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Constantly showing the most recent selected circle #250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mozharovsky
Copy link

  • Constantly showing the most recent circle selected
  • A property for getting the selected circle (it’s going to be NULL on
    reload)

* Constantly showing the most recent circle selected
* A property for getting the selected circle (it’s going to be NULL on
reload)
@mozharovsky
Copy link
Author

Guys, does this pull request seem to be merged in the upcoming version? I have more features implemented based on these changes. :]

@property (nonatomic) BOOL alwaysShowSelectedCircle;

/// The graphs's most recently selected circle.
@property (strong, nonatomic, nullable) BEMCircle *selectedCircle;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why expose the property selectedCircle publicly?
If necessary, shouldn't it be read-only?

@Boris-Em
Copy link
Owner

Hi @mozharovsky,
Thank you for your contribution!
Please address my in line comments so that we can merge your pull request. Let me know if you have any questions.
Thanks again!

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

Successfully merging this pull request may close these issues.

3 participants