摘要: MPMoviePlayerViewController *_moviePlayer = [[[MPMoviePlayerViewController alloc]initWithContentURL:[NSURL fileURLWithPath:URLStr]] autorelease]; ... 阅读全文
posted @ 2014-01-02 14:16 沙影无痕 阅读(174) 评论(0) 推荐(0)
摘要: UITextField 光标的位置设置获取通过给UITextField 加一个拓展//#import "UITextField+ExtentRange.h"#import @interface UITextField (ExtentRange)- (NSRange) selectedRange;- ... 阅读全文
posted @ 2014-01-02 08:59 沙影无痕 阅读(251) 评论(0) 推荐(0)