之前寫 Android App 都要自己實作 Cache, 不管是圖片或者是API資料;
比如說: 打開程式後, 如果Local有Cache就先讀取Cache; 然後在暗地裡發送Request去更新圖片/API資料等… 當有新的, 直接複寫本地端的緩存, 然後 notify refresh. 而且還要防止Cache太多, 要定時刪除舊的資料….
MPMoviePlayerViewControl
|
MPMoviePlayerController
| |
版本支持
|
Available in iOS 3.2 and later.
|
Available in iOS 2.0 and later.(多数属性支持3.2后)
|
大小
|
只支持全屏播放
|
可全屏也可自己设置frame
|
调用
|
dismissMoviePlayerViewCo
|
addsubview:
|
属性
|
moviePlayer
[mMPVC. moviePlayer play];
|
BOOL shouldAutoplay
NSTimInterval initialPlaybackTime
NSTimeInterval duration
MPMovieControlStyle controlStyle
|
声明
欢迎转载,但是请尊重作者劳动成果,转载请保留此框内声明,谢谢。文章出处:http://blog.csdn.net/iukey |
defaults write com.apple.finder AppleShowAllFiles TRUE
1 2 3 4 5 6 |
|
1 2 |
|
1 2 3 4 |
|
1 2 |
|
1 2 3 4 |
|