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

Code cleanup, comments, analyzer warnings. #13

Merged
merged 6 commits into from
Jan 8, 2015

Conversation

alexrrouse
Copy link
Contributor

@Raizlabs/maintainers-ios This is just some cleanup of this repo.

  • Adds light commenting to all non-demo headers.
  • Fixes some analyzer warnings.
  • Removes Dependency on PCH file.
  • some code style updates.

Any input around the content in comments/code style can just be made on this branch, unless a discussion is desired.

/**
* Creates a new @c RZUniqueTransition for use with the RZTransition Manager
*
* @param action The action that is to be used in the presentation/dismisall of the View controller
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: dismissal. And view controller requires no capital letters.

@alexrrouse
Copy link
Contributor Author

@ZevEisenberg if you want to just make changes using the github inline editor, I am fine with that. It will probably save time for both of us in me going back and updating everything, and you making the comments.

/**
* The View Controller that is being transitioned from.
*/
@property(strong, nonatomic) UIViewController *fromViewController;
Copy link
Contributor

Choose a reason for hiding this comment

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

Space after @property

@ZevEisenberg
Copy link
Contributor

@Arrouse good call. Will do.

@ZevEisenberg
Copy link
Contributor

@Arrouse done.

@alexrrouse
Copy link
Contributor Author

Thanks @ZevEisenberg Appreciate you taking the time to look through it.

@alexrrouse
Copy link
Contributor Author

@Raizlabs/maintainers-ios I am going to merge this eod. Speak up if you want me to hold off.

alexrrouse added a commit that referenced this pull request Jan 8, 2015
Code cleanup, comments, analyzer warnings.
@alexrrouse alexrrouse merged commit 2557c14 into develop Jan 8, 2015
@alexrrouse alexrrouse deleted the feature/arrouse/cleanup branch January 8, 2015 14:13
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.

None yet

2 participants