摘要: 下午在做一个iPad的项目,需要用到一个 UIActionSheet。点击popView中的“sort”按钮,触发出一个ActionSheet。 self.action = [[[UIActionSheetalloc] initWithTitle:nil delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:s1, s2, s3, ... 阅读全文
posted @ 2013-12-10 16:54 天牛 阅读(387) 评论(0) 推荐(0)
摘要: 本文转载至 http://blog.csdn.net/sanpintian/article/details/7575434今天在项目中引入SVSegmentedControl.h/.my以及SVSSegmentedThumb.h/.m之后应用引入类,编译时候报错Undefined symbols for architecture armv6: "_OBJC_CLASS_$_SVSegmentedControl", referenced from: objc-class-ref in SVSegmentedControl.old: symbol(s) not found fo 阅读全文
posted @ 2013-12-10 11:47 天牛 阅读(219) 评论(0) 推荐(0)