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

CopyableLabel in BaseConverter #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aparedes
Copy link
Member

UILabel subclass that lets the user copy its content. Closes #17

UILabel subclass that lets the user copy its content. Closes GIDAIbero#17
@@ -10,15 +10,19 @@
#import "Conversor.h"
#import "MATSOLDefines.h"

@interface CopyableLabel : UILabel
Copy link
Member

Choose a reason for hiding this comment

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

I think CopybleLabel should be in a separate module and it should be Copyable, there's a letter a missing. Tested this and it's working as expected.

Copy link
Member Author

Choose a reason for hiding this comment

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

I understand the part of the separate module and I will consider it but I don't get the other part it says CopyableLabel all over

Copy link
Member

Choose a reason for hiding this comment

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

Probably misread it, it's 2:53 on this side of the world :P

Yoshiki Vázquez-Baeza

On Sep 23, 2013, at 2:32 AM, Alejandro Paredes Alva notifications@github.com wrote:

In MATSOL/Classes/BaseConverterViewController.h:

@@ -10,15 +10,19 @@
#import "Conversor.h"
#import "MATSOLDefines.h"

+@interface CopyableLabel : UILabel
I understand the part of the separate module and I will consider it but I don't get the other part it says CopyableLabel all over


Reply to this email directly or view it on GitHub.

Copy link
Member

Choose a reason for hiding this comment

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

Seems to work, decide whether the separate module needs to be rewritten or if I should merge like this.

@ElDeveloper ElDeveloper mentioned this pull request Sep 27, 2013
@SantiagoTorres
Copy link
Member

what do we do with this PR?

@ElDeveloper
Copy link
Member

Review and then merge?

On Oct 12, 2013, at 2:59 PM, SantiagoTorres notifications@github.com wrote:

what do we do with this PR?


Reply to this email directly or view it on GitHub.

@SantiagoTorres
Copy link
Member

Oh, I was wondering if it was part of the ios7 branch.

I'll review it later then.

@ElDeveloper
Copy link
Member

@SantiagoTorres, you should have push access to @aparedes fork, you should be able to push your chamges granted that @aparedes aproves!

@SantiagoTorres
Copy link
Member

I didnt' quite get this, am I not pushing to @aparedes 's fork?

@ElDeveloper
Copy link
Member

Sorry my bad, just checked and you are indeed pushing to @aparedes' fork. Sorry e-mails do not show commit updates.

On Oct 16, 2013, at 10:10 AM, SantiagoTorres notifications@github.com wrote:

I didnt' quite get this, am I not pushing to @aparedes 's fork?


Reply to this email directly or view it on GitHub.

@SantiagoTorres SantiagoTorres mentioned this pull request Mar 10, 2014
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

Successfully merging this pull request may close these issues.

Allow to copy numbers in base converter
3 participants