Updates for Xcode 6.1 - Removing Compiler Warnings #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! I'm Fernando, this is my first pull request, so my apologies if I had changed something in the wrong way, My initial idea with these changes was to remove some warnings I had in my xCode (6.1), compiling for iOS 8.1
Thank you so much for publish this control, it helped me a lot.
Fernando Sosa.
Changes Description
Xcode 6.1 Compiler options added in order to help developers to find
and fix possible warnings.
Explicit cast to unsigned int were added in order to remove compiler
warnings.
options:UIViewAnimationCurveEaseOut
was replaced by
options:UIViewAnimationOptionCurveEaseIn
UITextAlignmentCenter
was replaced by
NSTextAlignmentCenter