iphone - NSMutableAttributedString on iOS 3.1.3 -


i'm dealing odd situation. i'm implementing attributed strings ios application, , had warning going in available ios 3.2 , above. because still support 3.1.3 on iphones, knew had weakly link coretext , compile time os check before using them.

i weakly linked framework, out of curiosity used class , ran on 3.1.3 device... , works. missing here, i'm confused why isn't crashing. i'm 100% sure 3.1.3 device, nsmutableattributedstring hidden class on 3.1.3, , work because of dynamic nature of objective-c ?

i author of ohattributedlabel class. using it!

the behavior have strange, ohattributedlabel uses coretext framework draw nsattributedstrings on screen.

as coretext available since ios 3.2, can't see how possible work under ios 3.2, ios 3.1.3…?


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -