Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 QTMovieView,电影播放完毕后如何调用方法?
我刚结束使用:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(method:) name:@"QTMovieDidEndNotification" object:nil ];