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

XCode 6.3 Warning: roperty access is using 'setSubTitleHeight:' method which is deprecated #105

Closed
frank-lsf opened this issue Apr 19, 2015 · 6 comments

Comments

@frank-lsf
Copy link

I received the following warnings in XCode 6.3 compilation:

Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:87:14: Property access is using 'setSubTitleHeight:' method which is deprecated
Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:758:22: Property access is using 'setSubTitleHeight:' method which is deprecated
Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:763:22: Property access is using 'setSubTitleHeight:' method which is deprecated
Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:774:22: Property access is using 'setSubTitleHeight:' method which is deprecated
Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:779:22: Property access is using 'setSubTitleHeight:' method which is deprecated
Pods/SCLAlertView-Objective-C/SCLAlertView/SCLAlertView.m:787:14: Property access is using 'setSubTitleHeight:' method which is deprecated

The method declaration says:

/** Set SubTitle Height
 *
 * @deprecated Deprecated since 0.5.2+ .
 * @param value Height of scrollable subtitle text field.
 */
- (void)setSubTitleHeight:(CGFloat)value __deprecated;

What is the proper way to fix this?

@dogo
Copy link
Owner

dogo commented Apr 19, 2015

It's already fixed, but a new version was not released

@frank-lsf
Copy link
Author

Do you have a timetable to release? Thank you.

@dogo
Copy link
Owner

dogo commented May 4, 2015

Please update to 0.7.1

@dogo dogo closed this as completed May 4, 2015
@frank-lsf
Copy link
Author

Thanks!

@nitrodamsel
Copy link

Not working again at version 1.1.2

@dogo
Copy link
Owner

dogo commented May 25, 2017

Could you please provide me a sample. @rjcristy

Thanks

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

No branches or pull requests

3 participants