• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

CocoaでAVFoundationを使うサンプル


Commit MetaInfo

修訂4b394f643f6fc8b70eab6a2d4c22403704ea1848 (tree)
時間2012-06-12 22:04:20
作者Hori <masaki@MBP....>
CommiterHori

Log Message

リサイズ時のガクガクを修正

Change Summary

差異

--- a/testAVFoundation/HMDocument.m
+++ b/testAVFoundation/HMDocument.m
@@ -86,7 +86,7 @@
8686
8787 targetViewHeight += accessoryHeight;
8888
89- return NSMakeSize(targetViewWidth, targetViewHeight);
89+ return NSMakeSize((long)targetViewWidth, (long)targetViewHeight);
9090 }
9191 - (void)sizeTofitWidnow
9292 {