Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

fixed deprecated call in iOS 7 #191

Closed
wants to merge 1 commit into from
Closed

fixed deprecated call in iOS 7 #191

wants to merge 1 commit into from

Conversation

Zhukn1
Copy link

@Zhukn1 Zhukn1 commented Sep 27, 2013

SSTextView in drawRect: calls drawInRect:withFont:lineBreakMode:alignment: which is deprecated in iOS 7 and needs to be switched to drawInRect:withAttributes:.

@Zhukn1 Zhukn1 closed this Sep 27, 2013
@Zhukn1 Zhukn1 deleted the SSTextView-fix branch September 27, 2013 13:09
@soffes
Copy link
Owner

soffes commented Sep 27, 2013

Checkout SAMTextView. It will be replacing SSTextView.

@Zhukn1
Copy link
Author

Zhukn1 commented Sep 27, 2013

Thanks. Are you planing to replace all the SSToolkit elements?

Regards,
Stas Zhukovskiy.

пятница, 27 сентября 2013 г. в 18:28, Sam Soffes написал:

Checkout SAMTextView (https://github.com/soffes/SAMTextView). It will be replacing SSTextView.


Reply to this email directly or view it on GitHub (#191 (comment)).

@soffes
Copy link
Owner

soffes commented Sep 27, 2013

Yes. More info: #189

@Zhukn1
Copy link
Author

Zhukn1 commented Sep 28, 2013

But the drawRect method there also isn't supported in iOS7, I can make a pull request there, ок?

С уважением,
Стас Жуковский

пятница, 27 сентября 2013 г. в 22:59, Sam Soffes написал:

Yes. More info: #189 (#189)


Reply to this email directly or view it on GitHub (#191 (comment)).

@soffes
Copy link
Owner

soffes commented Sep 28, 2013

yes please!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants