-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 [email protected] 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.
There was a problem hiding this comment.
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.
Bundled resources
what do we do with this PR? |
Review and then merge? On Oct 12, 2013, at 2:59 PM, SantiagoTorres [email protected] wrote:
|
Oh, I was wondering if it was part of the ios7 branch. I'll review it later then. |
…xibs to work on Current and Default Versions
@SantiagoTorres, you should have push access to @aparedes fork, you should be able to push your chamges granted that @aparedes aproves! |
I didnt' quite get this, am I not pushing to @aparedes 's fork? |
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 [email protected] wrote:
|
UILabel subclass that lets the user copy its content. Closes #17