three20 p31 syntax error with UIAccessibilityTraits
Posted
by Sijo
on Stack Overflow
See other posts from Stack Overflow
or by Sijo
Published on 2010-03-27T12:15:38Z
Indexed on
2010/03/27
12:23 UTC
Read the original article
Hit count: 369
i downlaoded three20 p31. when i tried to build i got errors in following places
- (UIAccessibilityTraits) accessibilityTraits {
return [super accessibilityTraits] | UIAccessibilityTraitStaticText;
}
the same function is used in 3 classes. TTbutton.m,TTLabel.m,TTstyledTestlabel.m . i simply commented all funnctions containing UIAccessibilityTraits.Then my syantax errors got removed. i found out that in my UIkit framework there is no UIAccessibility.h file. is it my sdk problem ? Why UIAccessibility not included in my UIkit ?
© Stack Overflow or respective owner