ios7 - iOS UITextView setText EXC_BAD_ACCESS -


i getting exc_bad_access if set text in 'urdu' language

txtdetaillandscape.text = @"مير‎"; 

if set english string, work ok.

txtdetaillandscape uitextview in landscape mode weak property, while there uitextview working in both cases.

really weird error, can't figure out why giving exc_bad_access error , problem in ios7 not in ios6.

p.s want utf-8 languages display not urdu

check property of txtdetaillandscape if "week" may happen due release object arc. make property "strong" , works fine.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -