博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年2月1日

摘要: myAnimation.animationImages = myArray;myAnimation.animationDuration = 0.7;myAnimation.animationRepeatCount = 1;[myAnimation startAnimating]; 这里,myAnimation类型是UIImageView. 由于功能需要,想取当前Animation的image.通过网上各种资料,目测不能实现.http://stackoverflow.com/questions/3351857/uiimageview-startanimating-how-do-you... 阅读全文

posted @ 2013-02-01 18:01 酸梅拯救地球 阅读(201) 评论(0) 推荐(0)

摘要: Fromthe documentation of-[NSArray indexOfObjectIdenticalTo:]:Return ValueThe lowest index whose corresponding array value is identical toanObject. If none of the objects in the array is identical toanObject, returnsNSNotFound.andNSNotFoundis defined as:enum{NSNotFound=NSIntegerMax};and 2147483647 = 阅读全文

posted @ 2013-02-01 15:05 酸梅拯救地球 阅读(301) 评论(0) 推荐(0)